freebsd-ports/comms/py-gammu/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

25 lines
525 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= gammu
PORTVERSION= 2.12
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Python bindings for Gammu library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
LIB_DEPENDS= libGammu.so:comms/gammu
USES= pkgconfig python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>