bdc9d799c5
- move DIST_SUBDIR upper, where appropriate - add trailing slash to WWW url, where appropriate - bump PORTREVISION Wasn't able to identify clauses amount for some BSD licenses, so bear with me.
19 lines
360 B
Makefile
19 lines
360 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
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|