2ec311a735
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Add sudoscript, an audited shell using sudo(8) and script(1) PR: 53967 Submitted by: Howard Owen <hbo@egbok.com>
23 lines
512 B
Makefile
23 lines
512 B
Makefile
# New ports collection makefile for: sudoscript
|
|
# Date created: 17 June, 2003
|
|
# Whom: hbo@egbok.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sudoscript
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.sourceforge.net/sudoscript/ \
|
|
http://egbok.com/sudoscript/
|
|
|
|
MAINTAINER= hbo@egbok.com
|
|
COMMENT= Audited shells in Perl with sudo(8) and script(1)
|
|
|
|
MAN1= sudoshell.1
|
|
MAN3= Sudoscript.3pm
|
|
MAN8= sudoscriptd.8 sudoscript.8
|
|
MANCOMPRESSED= no
|
|
|
|
USE_GMAKE= yes
|
|
.include <bsd.port.mk>
|