19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Created by: Daichi GOTO <daichi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gyp
|
|
PORTVERSION= r832
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= daichi@FreeBSD.org
|
|
COMMENT= Generate Your Projects
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGVERSION= 0.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|