freebsd-ports/misc/p5-Geography-Countries/Makefile
Frank J. Laszlo 6e17578b4d - Add even more ports to the new "geography" category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:53:52 +00:00

23 lines
514 B
Makefile

# New ports collection makefile for: misc/p5-Geography-Countries
# Date created: 05 June 2005
# Whom: dikshie <dikshie@lapi.itb.ac.id>
#
# $FreeBSD$
#
PORTNAME= Geography-Countries
PORTVERSION= 1.4
CATEGORIES= misc perl5 geography
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Geography
PKGNAMEPREFIX= p5-
MAINTAINER= dikshie@lapi.itb.ac.id
COMMENT= Handle ISO-3166 country codes
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= INSTALLDIRS='site'
MAN3= Geography::Countries.3
.include <bsd.port.mk>