freebsd-ports/devel/py-ezpyinline/Makefile
Martin Wilke 83d731b5e8 - Stage Support
- Convert to autoplist
- Bump PORTREV
2014-02-19 05:31:15 +00:00

18 lines
343 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= ezpyinline
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
DIST_SUBDIR= python
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Easy embedded Inline C for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>