1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/py-fastimport/Makefile
2013-12-26 19:34:32 +00:00

22 lines
446 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= fastimport
PORTVERSION= 0.9.2
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/99879696/ \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fastimport parser in Python
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>