freebsd-ports/devel/py-asn1/Makefile
Martin Wilke 837b5e02d7 - Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
2014-02-08 16:03:36 +00:00

25 lines
491 B
Makefile

# Created by: Martin Jackson <mhjacks@swbell.net>
# $FreeBSD$
PORTNAME= asn1
PORTVERSION= 0.1.4
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= mhjacks@swbell.net
COMMENT= ASN.1 toolkit for Python
LICENSE= BSD
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>