21 lines
374 B
Makefile
21 lines
374 B
Makefile
# Created by: Pawel Pekala <pawel@FreeBSD.org>
|
|
|
|
PORTNAME= ports-tools
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of ports tree related scripts
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFLICTS_INSTALL= popular # bin/pcheck
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ppekala
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|