pkgsrc-wip/pear-Date/Makefile
Jaromir Dolecek 7323b07d4f Change how Pear packages work:
* rename php4/package.mk to php4/pear.mk - there are already extension
  modules for php4 and this is to avoid confusion
* make pear.mk generate PLIST on-fly, by parsing the Pear package.xml file
* pear.mk now includes all common stuff such as
  MASTER_SITE, USE_BUILDLINK2, CATEGORIES, PKGNAME
* in pear.mk, do the post-extract massaging in post-extract: target,
  rather than do-build; also validate the package contents using the Pear
  package-validate command; set NO_BUILD, since there is no do-build now
* change DESCR and COMMENT for pear packages, so that they would indicate
  the package is PHP stuff

This is intended to simplify Pear package handling, and centralize
the logic a bit.
2003-09-28 14:10:24 +00:00

10 lines
268 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/09/28 14:10:25 dolecek Exp $
DISTNAME= Date-1.3
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://pear.php.net/package/Date
COMMENT= PHP Date and Time Zone Classes
.include "../../wip/php4/pear.mk"
.include "../../mk/bsd.pkg.mk"