diff options
author | anders <anders@FreeBSD.org> | 2005-05-17 22:42:26 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2005-05-17 22:42:26 +0800 |
commit | 291725324bb5f36882b8441b2b33b6142003c477 (patch) | |
tree | 1112b88255a2d5ec8e64c0de043512338067d815 /misc | |
parent | 6aa0170938693fe4a28f03577b1d66a7e27062a4 (diff) | |
download | freebsd-ports-gnome-291725324bb5f36882b8441b2b33b6142003c477.tar.gz freebsd-ports-gnome-291725324bb5f36882b8441b2b33b6142003c477.tar.zst freebsd-ports-gnome-291725324bb5f36882b8441b2b33b6142003c477.zip |
Add Norge, a collection of Perl modules to deal with issues specific to
Norway.
Hipp, hipp. Hurra.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Norge/Makefile | 22 | ||||
-rw-r--r-- | misc/p5-Norge/distinfo | 2 | ||||
-rw-r--r-- | misc/p5-Norge/pkg-descr | 4 | ||||
-rw-r--r-- | misc/p5-Norge/pkg-plist | 7 |
5 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 6511827d6346..03a96cb6756a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -330,6 +330,7 @@ SUBDIR += p5-Locale-Msgcat SUBDIR += p5-Locale-SubCountry SUBDIR += p5-Net-vCard + SUBDIR += p5-Norge SUBDIR += p5-Text-FIGlet SUBDIR += p5-Tie-DxHash SUBDIR += patanjali 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 <anders@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 <anders@FreeBSD.org> +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 |