blob: f4e7fc15496d2b1eba6a503ac5fb23a1e16d5c06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= elib.intl
PORTVERSION= 0.0.3
PORTREVISION= 2
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Enhanced internationalization services for Python modules
LICENSE= LGPL3
GH_ACCOUNT= dieterv
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= d09997c
USE_GITHUB= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|