1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/py-ezpyinline/Makefile
Li-Wen Hsu 69dd27cc3c - Change to my FreeBSD.org email
Approved by:     clsung (mentor)
2007-04-04 08:49:31 +00:00

22 lines
469 B
Makefile

# New ports collection makefile for: py-ezpyinline
# Date created: Feb. 13, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= ezpyinline
PORTVERSION= 0.1
CATEGORIES= devel python
MASTER_SITES= http://cheeseshop.python.org/packages/source/e/ezpyinline/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Easy embedded Inline C for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>