1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

. Mark RESTRICTED as one of the source files is under the SCSL.

. Make portlint happier about the IGNORE message.
This commit is contained in:
Greg Lewis 2005-07-20 18:46:16 +00:00
parent 9f01a34627
commit 4a556fc8e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139733

View File

@ -20,10 +20,12 @@ MAKE_FLAGS+= BINDIR=${PREFIX}/${PORTNAME}/bin \
INSTALL_TARGET= install install-doc
.endif
RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= "This port requires perl 5.8 or above."
IGNORE= This port requires perl 5.8 or above.
.endif
.if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING)