ae650e9450
gyp (Generate Your Projects) - a python based build tool Feature safe: yes
22 lines
484 B
Makefile
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>
|