blob: 6786526c69edf9ec0f047d154862e079cac4ca95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|