mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# Created by: dikshie <dikshie@lapi.itb.ac.id>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geography-Countries
|
|
PORTVERSION= 2009041301
|
|
CATEGORIES= misc perl5 geography
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dikshie@lapi.itb.ac.id
|
|
COMMENT= Handle ISO-3166 country codes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS+= INSTALLDIRS='site'
|
|
|
|
MAN3= Geography::Countries.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|