summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-ASN1/Makefile
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2000-06-09 14:14:49 +0000
committerkleink <kleink@pkgsrc.org>2000-06-09 14:14:49 +0000
commit053cfd9b8a59995bea5aa9280a9b0cfec893cf33 (patch)
tree134f42ab88e84dd31e96c737dc9d1745f3aa8976 /textproc/p5-Convert-ASN1/Makefile
parent19f2176e4dd08439a67f154c0dc423ba7ce89f92 (diff)
downloadpkgsrc-053cfd9b8a59995bea5aa9280a9b0cfec893cf33.tar.gz
Initial import of p5-Convert-ASN1-0.07, a perl class to parse ASN.1
descriptions and en/decode perl data structures. Thanks to Bernd Ernesti for doing the packaging work.
Diffstat (limited to 'textproc/p5-Convert-ASN1/Makefile')
-rw-r--r--textproc/p5-Convert-ASN1/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/p5-Convert-ASN1/Makefile b/textproc/p5-Convert-ASN1/Makefile
new file mode 100644
index 00000000000..bb0d2404766
--- /dev/null
+++ b/textproc/p5-Convert-ASN1/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/09 14:14:49 kleink Exp $
+#
+
+DISTNAME= Convert-ASN1-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
+
+MAINTAINER= packages@netbsd.org
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"