freebsd-ports/devel/py-xcaplib/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
669 B
Makefile

# Created by: Eugene Grosbein <ports@grosbein.net>
# $FreeBSD$
PORTNAME= xcaplib
PORTVERSION= 1.0.16
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://download.ag-projects.com/XCAP/ \
http://grosbein.net/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@grosbein.net
COMMENT= Python XCAP client library
LICENSE= LGPL20 LGPL21 LGPL3
LICENSE_COMB= dual
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python twisted
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>