forked from Lainports/freebsd-ports
20 lines
378 B
Makefile
20 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= DTLSSocket
|
|
DISTVERSION= 0.1.10
|
|
CATEGORIES= net
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tcberner@FreeBSD.org
|
|
COMMENT= Python IKEA Tradfri API controller
|
|
|
|
LICENSE= EPL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= autoconf>0:devel/autoconf
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist cython distutils
|
|
|
|
.include <bsd.port.mk>
|