mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
01839881b4
Portscout incorrectly reports that updates are available, so disable checks at all. While here add NO_ARCH and sort USE_PYTHON.
25 lines
408 B
Makefile
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>
|