summaryrefslogtreecommitdiff
path: root/misc/p5-Business-ISBN/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-19 15:50:14 +0000
committerwiz <wiz>2001-02-19 15:50:14 +0000
commitc7f215756875876055c89be1a463a3e2b8af0d9b (patch)
tree5861db6f537b8f249f145f39d643adba36fdcdfb /misc/p5-Business-ISBN/Makefile
parent0bcc5547c59e06d82feafa633af325bcb316f00b (diff)
downloadpkgsrc-c7f215756875876055c89be1a463a3e2b8af0d9b.tar.gz
Initial import of p5-Business-ISBN, version 20001010.
Package provided by Dieter Baron. This perl module allows validation and manipulation of International Standard Book Numbers (ISBNs). It allows for the calculation/validation of the checksum, extraction of country and publisher codes, and conversion to/from European Article Numbers (EANs).
Diffstat (limited to 'misc/p5-Business-ISBN/Makefile')
-rw-r--r--misc/p5-Business-ISBN/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile
new file mode 100644
index 00000000000..ccac99c0712
--- /dev/null
+++ b/misc/p5-Business-ISBN/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/19 15:50:14 wiz Exp $
+#
+
+DISTNAME= Business-ISBN-20001010
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Business-ISBN/ISBN.html
+COMMENT= perl5 module to work with International Standard Book Numbers (ISBNs)
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Business/ISBN/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"