blob: c83cefe3e747e932668c0868a854d4f8a687b02b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
WWW= https://metacpan.org/release/Geo-Postcodes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|