1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/misc/p5-Geo-Postcodes/Makefile
2013-11-03 08:05:18 +00:00

18 lines
361 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Geo-Postcodes
PORTVERSION= 0.320
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>