freebsd-ports/devel/py-gyp-devel/Makefile
Daichi GOTO ae650e9450 Add a new port: gyp
gyp (Generate Your Projects) - a python based build tool

Feature safe:	yes
2010-06-26 01:36:06 +00:00

22 lines
484 B
Makefile

# New ports collection makefile for: py-gyp
# Date created: 26 June 2010
# Whom: Daichi GOTO <daichi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= gyp
PORTVERSION= r832
CATEGORIES= devel python
MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= daichi@FreeBSD.org
COMMENT= Generate Your Projects
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 0.1
.include <bsd.port.mk>