aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Business-ISBN
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-30 16:04:08 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-30 16:04:08 +0000
commit022f6210e1e15902e1600e7f7ccdff0efa18467a (patch)
tree889078b3d19e9ba5d0bb643e5bfd66210a14680e /misc/p5-Business-ISBN
parent0299586db86f658072e1712c85bf38c1f92b1785 (diff)
downloadports-022f6210e1e15902e1600e7f7ccdff0efa18467a.tar.gz
ports-022f6210e1e15902e1600e7f7ccdff0efa18467a.zip
Add p5-Business-ISBN 1.64, work with International Standard Book
Numbers. PR: 33325 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=52399
Diffstat (limited to 'misc/p5-Business-ISBN')
-rw-r--r--misc/p5-Business-ISBN/Makefile22
-rw-r--r--misc/p5-Business-ISBN/distinfo1
-rw-r--r--misc/p5-Business-ISBN/pkg-comment1
-rw-r--r--misc/p5-Business-ISBN/pkg-descr8
-rw-r--r--misc/p5-Business-ISBN/pkg-plist7
5 files changed, 39 insertions, 0 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile
new file mode 100644
index 000000000000..92a2458b40c7
--- /dev/null
+++ b/misc/p5-Business-ISBN/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Business::ISBN
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Business-ISBN
+PORTVERSION= 1.64
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Business
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Business::ISBN.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/misc/p5-Business-ISBN/distinfo b/misc/p5-Business-ISBN/distinfo
new file mode 100644
index 000000000000..291712eb1069
--- /dev/null
+++ b/misc/p5-Business-ISBN/distinfo
@@ -0,0 +1 @@
+MD5 (Business-ISBN-1.64.tar.gz) = d2aa287dd84bce0c348b851c08195121
diff --git a/misc/p5-Business-ISBN/pkg-comment b/misc/p5-Business-ISBN/pkg-comment
new file mode 100644
index 000000000000..630ac1bb3757
--- /dev/null
+++ b/misc/p5-Business-ISBN/pkg-comment
@@ -0,0 +1 @@
+Work with International Standard Book Numbers
diff --git a/misc/p5-Business-ISBN/pkg-descr b/misc/p5-Business-ISBN/pkg-descr
new file mode 100644
index 000000000000..72babbc4af6f
--- /dev/null
+++ b/misc/p5-Business-ISBN/pkg-descr
@@ -0,0 +1,8 @@
+Work with International Standard Book Numbers. From the ISBN, a country
+code and publisher code can be extracted. The ISBN number itself can be
+verified as being valid, the checksum can be fixed, and it cna be converted
+to a European Article Number (EAN).
+
+WWW: http://search.cpan.org/search?dist=Business-ISBN
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/misc/p5-Business-ISBN/pkg-plist b/misc/p5-Business-ISBN/pkg-plist
new file mode 100644
index 000000000000..77a76161c862
--- /dev/null
+++ b/misc/p5-Business-ISBN/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/Business/ISBN.pm
+lib/perl5/site_perl/%%PERL_VER%%/Business/ISBN/Data.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/ISBN/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/ISBN
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Business/ISBN
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business 2>/dev/null || true