summaryrefslogtreecommitdiff
path: root/devel/p5-Attribute-Handlers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Attribute-Handlers/Makefile')
-rw-r--r--devel/p5-Attribute-Handlers/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/p5-Attribute-Handlers/Makefile b/devel/p5-Attribute-Handlers/Makefile
new file mode 100644
index 00000000000..e3d13da5070
--- /dev/null
+++ b/devel/p5-Attribute-Handlers/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/18 21:55:47 mjl Exp $
+
+DISTNAME= Attribute-Handlers-0.76
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ah
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/DCONWAY/}
+
+MAINTAINER= packages@netbsd.org
+# HOMEPAGE=
+COMMENT= Simpler definition of attribute handlers
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Attribute/Handlers/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"