1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/security/sudoscript/Makefile
Bryan Drewery 6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00

25 lines
520 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= c.petrik.sosa@gmail.com
COMMENT= Audited shells in Perl with sudo(8) and script(1)
MAN1= ss.1 sudoshell.1
MAN3= Sudoscript.3pm
MAN8= sudoscriptd.8 sudoscript.8
MANCOMPRESSED= no
USE_GMAKE= yes
USE_PERL5= yes
post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>