ports/devel/py-pylib/Makefile
Ruslan Makhmatkhanov 0fef2dde91 Pass this guys to python@ because it's a general testing libraries, that is
used in many of our regression-test targets in python ports Makefiles.

Discussed with:	koobs
2014-09-28 18:28:03 +00:00

20 lines
417 B
Makefile

# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= pylib
PORTVERSION= 1.4.23
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Agile development and test support library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>