blob: a494df3594e17adaa98f6911247ef2d9eb56d842 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= Geo-Postcodes
PORTVERSION= 0.320
PORTREVISION= 1
CATEGORIES= misc perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for the Geo::Postcodes::XX modules
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|