summaryrefslogtreecommitdiff
path: root/devel/p5-UNIVERSAL-require/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-UNIVERSAL-require/Makefile')
-rw-r--r--devel/p5-UNIVERSAL-require/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-UNIVERSAL-require/Makefile b/devel/p5-UNIVERSAL-require/Makefile
new file mode 100644
index 00000000000..7f99c3133b9
--- /dev/null
+++ b/devel/p5-UNIVERSAL-require/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/21 10:42:13 rillig Exp $
+
+DISTNAME= UNIVERSAL-require-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-require/
+COMMENT= Perl module to require() from a variable
+
+PERL5_PACKLIST= auto/UNIVERSAL/require/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"