19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mygpoclient
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://thp.io/2010/mygpoclient/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= gpodder.net API client library for Python
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|