mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c71b0710b0
Business::IS::PIN Validate Icelandic ID numbers PR: 244739 Submitted by: david@isnic.is
22 lines
384 B
Makefile
22 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Business-IS-PIN
|
|
DISTVERSION= 0.06
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= david@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>
|