Makefile 288 B

1234567891011121314151617
  1. # $OpenBSD: Makefile,v 1.13 2013/03/11 11:42:46 espie Exp $
  2. COMMENT= classes to represent XML data in PHP
  3. DISTNAME= XML_Tree-1.1
  4. REVISION = 3
  5. CATEGORIES= textproc
  6. MODULES= www/pear
  7. RUN_DEPENDS= textproc/pear-XML-Parser
  8. # PHP License
  9. PERMIT_PACKAGE_CDROM= Yes
  10. .include <bsd.port.mk>