opnsense-ports/devel/py-inflection/Makefile
Franco Fichtner 05ab9d2c06 */*: sync with upstream
Taken from: HardenedBSD
2018-03-28 03:35:49 +02:00

19 lines
361 B
Makefile

# $FreeBSD$
PORTNAME= inflection
DISTVERSION= 0.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Ruby on Rails' inflector ported to Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>