diff options
-rw-r--r-- | textproc/php-enchant/Makefile | 7 | ||||
-rw-r--r-- | textproc/php-enchant/distinfo | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/textproc/php-enchant/Makefile b/textproc/php-enchant/Makefile index 77b51659c2b..5c7fa6e3f2c 100644 --- a/textproc/php-enchant/Makefile +++ b/textproc/php-enchant/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:42:44 taca Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/21 12:42:08 jdolecek Exp $ MODNAME= enchant +PECL_VERSION= 1.1.0 CATEGORIES+= textproc -COMMENT= PHP extension for ENCHANT support. +COMMENT= PHP extension for ENCHANT (spelling) support PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant} -PHP_VERSION_REQD= 53 +BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.4 .include "../../lang/php/ext.mk" .include "../../textproc/enchant/buildlink3.mk" diff --git a/textproc/php-enchant/distinfo b/textproc/php-enchant/distinfo new file mode 100644 index 00000000000..62506da7901 --- /dev/null +++ b/textproc/php-enchant/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2010/03/21 12:42:08 jdolecek Exp $ + +SHA1 (php-enchant/enchant-1.1.0.tgz) = 8f70603a5ab438450ce19516e5f3a9ed81ad9740 +RMD160 (php-enchant/enchant-1.1.0.tgz) = 89cfb0e304ceb637d3a91ba28bf2a712fbe291df +Size (php-enchant/enchant-1.1.0.tgz) = 9464 bytes |