mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
742321c708
Approved by: portmgr (implicit)
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyptlib
|
|
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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|