47568860f0
- take maintainership Approved by: maintainer, linimon@
25 lines
596 B
Makefile
25 lines
596 B
Makefile
# Created by: Mark Linimon <linimon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= port-authoring-tools
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= "meta-port" for tools to test and submit changes to ports
|
|
|
|
# note: portlint is brought in by porttools
|
|
RUN_DEPENDS= \
|
|
${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
|
|
${LOCALBASE}/sbin/libchk:${PORTSDIR}/sysutils/libchk \
|
|
${LOCALBASE}/bin/port:${PORTSDIR}/ports-mgmt/porttools
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|