diff options
author | adam <adam> | 2011-08-12 12:49:40 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-12 12:49:40 +0000 |
commit | 98a5aca2e302a2deb8ce837fb4935dd93c7019f9 (patch) | |
tree | 6b71a364488908d5e67703aee6ee66e7a1335403 /devel | |
parent | 91dcebb4824639c5a20dc92d8790f41ed2bf798f (diff) | |
download | pkgsrc-98a5aca2e302a2deb8ce837fb4935dd93c7019f9.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-Embed/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-ExtUtils-Embed/Makefile b/devel/p5-ExtUtils-Embed/Makefile index c1f0208f94a..3beda649091 100644 --- a/devel/p5-ExtUtils-Embed/Makefile +++ b/devel/p5-ExtUtils-Embed/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2011/05/19 04:28:05 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/08/12 12:49:40 adam Exp $ DISTNAME= ExtUtils-Embed-1.14 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -10,10 +11,10 @@ HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Embed/ COMMENT= Utilities for embedding Perl in C/C++ applications LICENSE= ${PERL5_LICENSE} -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/ExtUtils-Embed/.packlist - PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ExtUtils-Embed/.packlist + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |