bdc9d799c5
- 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.
19 lines
358 B
Makefile
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>
|