diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-12-10 15:11:50 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-12-10 15:11:50 +0800 |
commit | aabfa44591fcfe4f938469413a5e19f60e37f4ca (patch) | |
tree | 05085157a07c864268c331c4297f8bb19467a578 /comms/py-gammu | |
parent | 17c7c21cdd175f3294840eeb4a7f7354c3a922a4 (diff) | |
download | freebsd-ports-gnome-aabfa44591fcfe4f938469413a5e19f60e37f4ca.tar.gz freebsd-ports-gnome-aabfa44591fcfe4f938469413a5e19f60e37f4ca.tar.zst freebsd-ports-gnome-aabfa44591fcfe4f938469413a5e19f60e37f4ca.zip |
restore py-gammu.
Diffstat (limited to 'comms/py-gammu')
-rw-r--r-- | comms/py-gammu/Makefile | 22 | ||||
-rw-r--r-- | comms/py-gammu/distinfo | 2 | ||||
-rw-r--r-- | comms/py-gammu/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile new file mode 100644 index 000000000000..b790dd2cf135 --- /dev/null +++ b/comms/py-gammu/Makefile @@ -0,0 +1,22 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= gammu +PORTVERSION= 2.4 +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 + +LIB_DEPENDS= libGammu.so:${PORTSDIR}/comms/gammu + +USES= pkgconfig python:2 +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/comms/py-gammu/distinfo b/comms/py-gammu/distinfo new file mode 100644 index 000000000000..1af5342011a5 --- /dev/null +++ b/comms/py-gammu/distinfo @@ -0,0 +1,2 @@ +SHA256 (python-gammu-2.4.tar.gz) = 3ab71dde3af548e9911bb29d53e8f71d3f7dc23768d3a7f08f8e34d120556f10 +SIZE (python-gammu-2.4.tar.gz) = 130258 diff --git a/comms/py-gammu/pkg-descr b/comms/py-gammu/pkg-descr new file mode 100644 index 000000000000..e3baedea3596 --- /dev/null +++ b/comms/py-gammu/pkg-descr @@ -0,0 +1,3 @@ +Python bindings for Gammu library. + +WWW: http://wammu.eu/python-gammu/ |