aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-elib.intl/Makefile
blob: 80321869d6449ea22a3b0507004236ac34a1c88d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=	elib.intl
PORTVERSION=	0.0.3
PORTREVISION=	2
CATEGORIES=	textproc python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Enhanced internationalization services for Python modules

LICENSE=	LGPL3

DEPRECATED=	Uses deprecated version of python
EXPIRATION_DATE=	2020-08-15

GH_ACCOUNT=	dieterv
GH_TAGNAME=	d09997c
USE_GITHUB=	yes

PORTSCOUT=	ignore:1

NO_ARCH=	yes
USES=		python:2.7
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>