- Update to 0.1.7 - MASTER_SITES: Remove SF (CHEESESHOP is High-Available) - Remove Python3 ready comment - Add regression-test: target - pkg-descr: Update WWW: URL Changes: * http://pyasn1.sourceforge.net/changes.html QA: Ran 335 tests in 0.038s - OK Approved by: maintainer (via email)
24 lines
487 B
Makefile
24 lines
487 B
Makefile
# Created by: Martin Jackson <mhjacks@swbell.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asn1
|
|
PORTVERSION= 0.1.7
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= mhjacks@swbell.net
|
|
COMMENT= ASN.1 toolkit for Python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
|
|
|
.include <bsd.port.mk>
|