mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
feb745912c
- Change MASTER_SITES - Add LICENSE - Change WWW PR: 194220 Submitted by: Zhihao Yuan <lichray@gmail.com> Approved by: mentors (implicit)
21 lines
403 B
Makefile
21 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>
|