18 lines
376 B
Makefile
18 lines
376 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iso-codes
|
|
PORTVERSION= 3.62
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Lists of the country, language, and currency iso names
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= gettext gmake pathfix tar:xz
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|