cf118ccf87
Reported by: lwhsu
16 lines
414 B
Makefile
16 lines
414 B
Makefile
PORTNAME= port-authoring-tools
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= "meta-port" for tools to test and submit changes to ports
|
|
|
|
USES= metaport
|
|
# note: portlint is brought in by porttools
|
|
RUN_DEPENDS= \
|
|
${LOCALBASE}/bin/svn:devel/subversion \
|
|
${LOCALBASE}/sbin/libchk:sysutils/libchk \
|
|
${LOCALBASE}/bin/port:ports-mgmt/porttools
|
|
|
|
.include <bsd.port.mk>
|