freebsd-ports/misc/iso-codes/Makefile

19 lines
391 B
Makefile
Raw Normal View History

2012-12-17 00:40:37 +01:00
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
2005-10-19 13:10:12 +02:00
PORTNAME= iso-codes
2016-08-20 20:07:35 +02:00
PORTVERSION= 3.69
CATEGORIES= misc
MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/
2008-08-08 23:25:57 +02:00
MAINTAINER= kwm@FreeBSD.org
COMMENT= Lists of the country, language, and currency iso names
2010-06-15 22:55:28 +02:00
LICENSE= LGPL21
2011-10-23 12:47:51 +02:00
2016-08-20 20:07:35 +02:00
USES= gettext gmake pathfix python:3,build tar:xz
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>