opnsense-ports/security/sudoscript/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

21 lines
466 B
Makefile

# Created by: hbo@egbok.com
# $FreeBSD$
PORTNAME= sudoscript
PORTVERSION= 2.1.2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Audited shells in Perl with sudo(8) and script(1)
USES= perl5 gmake
MAKE_ARGS= PERLPATH=${PERL}
MAKE_ENV= SSRPM=yes
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>