freebsd-ports/graphics/py-png/Makefile
Bartek Rutkowski feb745912c graphics/py-png: update 0.0.13 -> 0.0.17
- Change MASTER_SITES
- Add LICENSE
- Change WWW

PR:		194220
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	mentors (implicit)
2014-11-05 10:41:26 +00:00

20 lines
403 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= png
PORTVERSION= 0.0.17
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PROJECTHOST= py${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= lichray@gmail.com
COMMENT= Python PNG encoder/decoder
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>