1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/ports-mgmt/port-authoring-tools/Makefile
2013-09-26 07:10:09 +00:00

26 lines
561 B
Makefile

# $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
NO_MTREE= yes
do-install: # empty
.include <bsd.port.mk>