svn commit: r467129 - head/devel/shtool
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 12 08:33:38 UTC 2018
Author: amdmi3
Date: Thu Apr 12 08:33:37 2018
New Revision: 467129
URL: https://svnweb.freebsd.org/changeset/ports/467129
Log:
- Add LICENSE
- Switch to new test framework
- Add NO_ARCH
- Add runtime dependency on Perl (by removing USE_PERL5), as it installs bin/shtoolize perl script
Approved by: portmgr blanket
Modified:
head/devel/shtool/Makefile
Modified: head/devel/shtool/Makefile
==============================================================================
--- head/devel/shtool/Makefile Thu Apr 12 07:56:34 2018 (r467128)
+++ head/devel/shtool/Makefile Thu Apr 12 08:33:37 2018 (r467129)
@@ -10,13 +10,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= vd at FreeBSD.org
COMMENT= The GNU Portable Shell Tool
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= perl5
-USE_PERL5= build
GNU_CONFIGURE= yes
-
-regression-test: test
-
-test: build
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
+TEST_TARGET= test
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list