freebsd-ports/devel/py-eggtestinfo/Makefile
Ruslan Makhmatkhanov bdc9d799c5 - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION

Wasn't able to identify clauses amount for some BSD licenses, so bear with me.
2014-02-10 14:04:45 +00:00

19 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= eggtestinfo
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Setuptools plugin that adds test information to .egg-info
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>