1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/py-elib.intl/Makefile
Ruslan Makhmatkhanov 01839881b4 textproc/py-elib.intl: instruct portscout to not check for updates
Portscout incorrectly reports that updates are available, so disable
checks at all. While here add NO_ARCH and sort USE_PYTHON.
2015-07-17 14:10:15 +00:00

25 lines
408 B
Makefile

# $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= d09997c
USE_GITHUB= yes
PORTSCOUT= ignore:1
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>