From 8a0deddf4a9f3aaf437b70109efd145d6bef4f74 Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Tue, 17 May 2005 14:42:26 +0000 Subject: Add Norge, a collection of Perl modules to deal with issues specific to Norway. Hipp, hipp. Hurra. --- misc/p5-Norge/Makefile | 22 ++++++++++++++++++++++ misc/p5-Norge/distinfo | 2 ++ misc/p5-Norge/pkg-descr | 4 ++++ misc/p5-Norge/pkg-plist | 7 +++++++ 4 files changed, 35 insertions(+) create mode 100644 misc/p5-Norge/Makefile create mode 100644 misc/p5-Norge/distinfo create mode 100644 misc/p5-Norge/pkg-descr create mode 100644 misc/p5-Norge/pkg-plist (limited to 'misc/p5-Norge') diff --git a/misc/p5-Norge/Makefile b/misc/p5-Norge/Makefile new file mode 100644 index 000000000000..dc0476b255e2 --- /dev/null +++ b/misc/p5-Norge/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Norge +# Date created: 17 May 2005 +# Whom: Anders Nordby +# +# $FreeBSD$ +# + +PORTNAME= Norge +PORTVERSION= 1.08 +CATEGORIES= misc textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= No +PKGNAMEPREFIX= p5- + +MAINTAINER= anders@FreeBSD.org +COMMENT= Misc. norwegian methods for Perl, conversion/dates/numbers etc. + +PERL_CONFIGURE= yes + +MAN3= No::Sort.3 No::KontoNr.3 No::PersonNr.3 No::Dato.3 + +.include diff --git a/misc/p5-Norge/distinfo b/misc/p5-Norge/distinfo new file mode 100644 index 000000000000..d89c3861ea86 --- /dev/null +++ b/misc/p5-Norge/distinfo @@ -0,0 +1,2 @@ +MD5 (Norge-1.08.tar.gz) = 99a06f56b89b7a07c9eb2bebf59d9dfe +SIZE (Norge-1.08.tar.gz) = 13690 diff --git a/misc/p5-Norge/pkg-descr b/misc/p5-Norge/pkg-descr new file mode 100644 index 000000000000..adbc048b9314 --- /dev/null +++ b/misc/p5-Norge/pkg-descr @@ -0,0 +1,4 @@ +A collection of Perl modules to deal with various matters specific for Norway. + +- Anders Nordby +WWW: http://search.cpan.org/dist/Norge/ diff --git a/misc/p5-Norge/pkg-plist b/misc/p5-Norge/pkg-plist new file mode 100644 index 000000000000..98e05ef8bd05 --- /dev/null +++ b/misc/p5-Norge/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/No/Dato.pm +%%SITE_PERL%%/No/KontoNr.pm +%%SITE_PERL%%/No/PersonNr.pm +%%SITE_PERL%%/No/Sort.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/No/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/No 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/No 2>/dev/null || true -- cgit v1.2.3