freebsd-ports/misc/p5-Geography-Countries/Makefile
Sunpoet Po-Chuan Hsieh bc90c60326 Add LICENSE
- Add NO_ARCH
- Use = instead of += for CONFIGURE_ARGS
- Fix and update WWW

Approved by:	portmgr (blanket)
2018-06-04 18:10:16 +00:00

21 lines
397 B
Makefile

# Created by: dikshie <dikshie@lapi.itb.ac.id>
# $FreeBSD$
PORTNAME= Geography-Countries
PORTVERSION= 2009041301
PORTREVISION= 1
CATEGORIES= misc perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dikshie@lapi.itb.ac.id
COMMENT= Handle ISO-3166 country codes
LICENSE= MIT
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INSTALLDIRS='site'
.include <bsd.port.mk>