freebsd-ports/devel/py-gyp-devel/Makefile
Martin Wilke 27f1db107d - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-03-06 14:14:10 +00:00

18 lines
384 B
Makefile

# Created by: Daichi GOTO <daichi@FreeBSD.org>
# $FreeBSD$
PORTNAME= gyp
PORTVERSION= r832
PORTREVISION= 3
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_AUTOPLIST= yes
.include <bsd.port.mk>