mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
813f9303d3
Reviewed by: az M devel/py-application/Makefile M devel/py-xcaplib/Makefile M java/bouncycastle15/Makefile M net/py-msrplib/Makefile
27 lines
668 B
Makefile
27 lines
668 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= eugen@FreeBSD.org
|
|
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>
|