diff options
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | lang/php5-perl/DESCR | 2 | ||||
-rw-r--r-- | lang/php5-perl/Makefile | 16 | ||||
-rw-r--r-- | lang/php5-perl/distinfo | 5 |
4 files changed, 25 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 45e1606d2e4..2d3f4200a50 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2424 2009/07/02 18:26:57 wiz Exp $ +$NetBSD: CHANGES-2009,v 1.2425 2009/07/03 07:41:04 manu Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3241,3 +3241,4 @@ Changes to the packages collection and infrastructure in 2009: Updated security/courier-authlib to 0.62.2 [obache 2009-07-02] Updated www/typolight27-translations to 20090701 [taca 2009-07-02] Updated x11/qt4-libs to 4.5.1nb2 [wiz 2009-07-02] + Added lang/php5-perl-1.0.0 [manu 2009-07-03] diff --git a/lang/php5-perl/DESCR b/lang/php5-perl/DESCR new file mode 100644 index 00000000000..a566107ca23 --- /dev/null +++ b/lang/php5-perl/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This extension embeds Perl Interpreter into PHP. diff --git a/lang/php5-perl/Makefile b/lang/php5-perl/Makefile new file mode 100644 index 00000000000..8dd7c265db2 --- /dev/null +++ b/lang/php5-perl/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/03 07:40:05 manu Exp $ + +MODNAME= perl +PKGMODNAME= perl +PECL_VERSION= 1.0.0 +CATEGORIES+= lang +COMMENT= PHP extension embedding Perl in PHP + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFIGURE_ARGS+= --with-perl=${PREFIX} + +.include "../../lang/perl5/buildlink3.mk" + +.include "../../lang/php/ext.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/php5-perl/distinfo b/lang/php5-perl/distinfo new file mode 100644 index 00000000000..2f311e6a6e1 --- /dev/null +++ b/lang/php5-perl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/03 07:40:05 manu Exp $ + +SHA1 (php-perl/perl-1.0.0.tgz) = 5886c5c6f03d723e213092fce122efc3482bb0f1 +RMD160 (php-perl/perl-1.0.0.tgz) = 3bce7679c7575c3de554be521514f4c74cc6fac4 +Size (php-perl/perl-1.0.0.tgz) = 24358 bytes |