diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-20 14:56:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-20 14:56:42 +0800 |
commit | add6061c89bd473275a03b5863add1709c612013 (patch) | |
tree | f6b58396e7e568909c4a3bd187509432fa95da28 /devel/pecl-automap | |
parent | 55546773c1f36f67a2002da0aa9c2ad8988dc3b6 (diff) | |
download | freebsd-ports-gnome-add6061c89bd473275a03b5863add1709c612013.tar.gz freebsd-ports-gnome-add6061c89bd473275a03b5863add1709c612013.tar.zst freebsd-ports-gnome-add6061c89bd473275a03b5863add1709c612013.zip |
* Add LICENSE
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as this module requires 5.1.0 or newer
PR: 152945
Submitted by: "Tom Judge" <tom@tomjudge.com>
Diffstat (limited to 'devel/pecl-automap')
-rw-r--r-- | devel/pecl-automap/Makefile | 3 | ||||
-rw-r--r-- | devel/pecl-automap/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/pecl-automap/Makefile b/devel/pecl-automap/Makefile index fa1fdb75e1dc..22b4b1c14e0e 100644 --- a/devel/pecl-automap/Makefile +++ b/devel/pecl-automap/Makefile @@ -16,10 +16,13 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= A PECL extension offering a fast map-based autoloader +LICENSE= PHP301 + USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= automap +IGNORE_WITH_PHP=4 CONFIGURE_ARGS= --enable-automap diff --git a/devel/pecl-automap/distinfo b/devel/pecl-automap/distinfo index 425fc29294b0..45c73ceb3c98 100644 --- a/devel/pecl-automap/distinfo +++ b/devel/pecl-automap/distinfo @@ -1,3 +1,2 @@ SHA256 (PECL/automap-1.1.0.tgz) = ec2fb8405dbf7204968a7c7c0f47eea50ba758ca4a08440cbc1ebdcb493ae7b3 -MD5 (PECL/automap-1.1.0.tgz) = deb05f5a75a1ed7156e2b2af1cadd448 SIZE (PECL/automap-1.1.0.tgz) = 22822 |