20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iso-codes
|
|
PORTVERSION= 3.76
|
|
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 python:3.4+,build tar:xz
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
.include <bsd.port.mk>
|