freebsd-ports/security/sudoscript/Makefile
2014-02-01 17:07:25 +00:00

18 lines
404 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
post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>