2c404b0d8c
While here: - Trim Makefile headers PR: 174123 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= png
|
|
PORTVERSION= 0.0.13
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Python PNG encoder/decoder
|
|
|
|
PROJECTHOST= pypng
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= pypng
|
|
|
|
.include <bsd.port.mk>
|