- Add LICENSE (GPLv3) - Add TEST_DEPENDS Changes: http://git.savannah.gnu.org/cgit/stow.git/tree/NEWS
30 lines
556 B
Makefile
30 lines
556 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: stow
|
|
# Date created: 6 June 2000
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stow
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNU version of Carnegie Mellon's "Depot" program
|
|
|
|
LICENSE= GPLv3
|
|
|
|
TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
|
|
INFO= stow
|
|
MAN8= stow.8
|
|
|
|
.include <bsd.port.mk>
|