summaryrefslogtreecommitdiff
path: root/devel/p5-Exporter-Lite
diff options
context:
space:
mode:
authoradam <adam>2011-08-12 12:27:44 +0000
committeradam <adam>2011-08-12 12:27:44 +0000
commit2d63042085c87d8d07d826462866318490497927 (patch)
tree5f78b70f1b5bf935895130191e99de63eae1a60a /devel/p5-Exporter-Lite
parent4321f35300c1b9882fced2c05a8f552867d08d75 (diff)
downloadpkgsrc-2d63042085c87d8d07d826462866318490497927.tar.gz
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel/p5-Exporter-Lite')
-rw-r--r--devel/p5-Exporter-Lite/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Exporter-Lite/Makefile b/devel/p5-Exporter-Lite/Makefile
index c534549d01e..a530178f3ee 100644
--- a/devel/p5-Exporter-Lite/Makefile
+++ b/devel/p5-Exporter-Lite/Makefile
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2010/08/21 16:33:39 seb Exp $
-#
+# $NetBSD: Makefile,v 1.4 2011/08/12 12:34:36 adam Exp $
DISTNAME= Exporter-Lite-0.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Exporter-Lite/
COMMENT= Perl 5 module providing lightweight exporting of variables
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Exporter/Lite/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Exporter/Lite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"