Fix a forgotten port using old perl framework
While here remove check for non supported version of freebsd
This commit is contained in:
parent
0637102612
commit
1c41e36e1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355613
1 changed files with 3 additions and 9 deletions
|
@ -16,19 +16,13 @@ LICENSE= GPLv3
|
|||
BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USES= gmake perl5
|
||||
USE_AUTOTOOLS= aclocal automake
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_PERL5= build
|
||||
|
||||
PLIST_FILES= bin/procenv \
|
||||
man/man1/procenv.1.gz
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800505
|
||||
BROKEN= does not build on old ${OPSYS} versions
|
||||
.endif
|
||||
|
||||
# Test to ensure procenv will actually run.
|
||||
#
|
||||
# This has the attractive side-effect of displaying the environment
|
||||
|
@ -42,4 +36,4 @@ test: regression-test
|
|||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/procenv
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue