freebsd-ports/security/py-pyptlib/Makefile

19 lines
343 B
Makefile
Raw Normal View History

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= pyptlib
2014-05-03 16:39:58 +02:00
PORTVERSION= 0.0.6
CATEGORIES= security net python
MASTER_SITES= http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Pluggable transport library
2014-05-03 16:39:58 +02:00
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>