mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Add Norge, a collection of Perl modules to deal with issues specific to
Norway. Hipp, hipp. Hurra.
This commit is contained in:
parent
67e221481c
commit
8a0deddf4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135474
5 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
22
misc/p5-Norge/Makefile
Normal file
22
misc/p5-Norge/Makefile
Normal file
|
@ -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>
|
2
misc/p5-Norge/distinfo
Normal file
2
misc/p5-Norge/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Norge-1.08.tar.gz) = 99a06f56b89b7a07c9eb2bebf59d9dfe
|
||||
SIZE (Norge-1.08.tar.gz) = 13690
|
4
misc/p5-Norge/pkg-descr
Normal file
4
misc/p5-Norge/pkg-descr
Normal file
|
@ -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/
|
7
misc/p5-Norge/pkg-plist
Normal file
7
misc/p5-Norge/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue