opnsense-ports/misc/p5-Geo-Postcodes/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 lines
377 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
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>