Prune devel/py-EnthoughtBase
[dports.git] / devel / py-eggtestinfo / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       eggtestinfo
4 PORTVERSION=    0.3
5 PORTREVISION=   1
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     rm@FreeBSD.org
11 COMMENT=        Setuptools plugin that adds test information to .egg-info
12
13 LICENSE=        ZPL21
14
15 USES=           python
16 USE_PYTHON=     distutils autoplist
17
18 .include <bsd.port.mk>