mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
23 lines
464 B
Makefile
23 lines
464 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= 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>
|