svn commit: r545070 - in head/textproc: . p5-Business-IS-PIN
Steve Wills
swills at FreeBSD.org
Sat Aug 15 21:03:45 UTC 2020
Author: swills
Date: Sat Aug 15 21:03:44 2020
New Revision: 545070
URL: https://svnweb.freebsd.org/changeset/ports/545070
Log:
textproc/p5-Business-IS-PIN: create port
Business::IS::PIN
Validate Icelandic ID numbers
PR: 244739
Submitted by: david at isnic.is
Added:
head/textproc/p5-Business-IS-PIN/
head/textproc/p5-Business-IS-PIN/Makefile (contents, props changed)
head/textproc/p5-Business-IS-PIN/distinfo (contents, props changed)
head/textproc/p5-Business-IS-PIN/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile (contents, props changed)
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Aug 15 21:02:33 2020 (r545069)
+++ head/textproc/Makefile Sat Aug 15 21:03:44 2020 (r545070)
@@ -477,6 +477,7 @@
SUBDIR += p5-BibTeX-Parser
SUBDIR += p5-BigIP-ParseConfig
SUBDIR += p5-Bloom-Filter
+ SUBDIR += p5-Business-IS-PIN
SUBDIR += p5-CAM-PDF
SUBDIR += p5-CQL-Parser
SUBDIR += p5-CSS
Added: head/textproc/p5-Business-IS-PIN/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Business-IS-PIN/Makefile Sat Aug 15 21:03:44 2020 (r545070)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= Business-IS-PIN
+DISTVERSION= 0.06
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= david at isnic.is
+COMMENT= Validate Icelandic ID numbers
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+PLIST_FILES= ${SITE_MAN3_REL}/Business::IS::PIN.3.gz \
+ ${SITE_PERL_REL}/Business/IS/PIN.pm
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Business-IS-PIN/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Business-IS-PIN/distinfo Sat Aug 15 21:03:44 2020 (r545070)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1597525390
+SHA256 (Business-IS-PIN-0.06.tar.gz) = 862d74736cc1f8dd3fa583cf845088b56b2cd952126102d228d743d4db092b45
+SIZE (Business-IS-PIN-0.06.tar.gz) = 12388
Added: head/textproc/p5-Business-IS-PIN/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Business-IS-PIN/pkg-descr Sat Aug 15 21:03:44 2020 (r545070)
@@ -0,0 +1,3 @@
+Business::IS::PIN
+
+Validate Icelandic ID numbers
More information about the svn-ports-all
mailing list