blob: cc4b882c487d5d13d19f04516e6c1924e10a2fb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= 2009041301
CATEGORIES= misc perl5 geography
MASTER_SITES= CPAN
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>
|