mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3899ecdf2f
- Add NO_ARCH Approved by: portmgr blanket
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# Created by: Daichi GOTO <daichi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gyp
|
|
PORTVERSION= 20160504
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= LOCAL/hrs
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-e679e688ba6db12336b79650c27fcf8a5ed21e60
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Build System That Generates Other Build Systems
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|