d9bd84778e
Please aims to be little sudo without bells and whistles. Only pam authentication and executing command. Approved by: crees (mentor)
23 lines
405 B
Makefile
23 lines
405 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= please
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= Execute a command as root
|
|
|
|
LICENSE= BSD
|
|
|
|
BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= MagikBSD
|
|
GH_TAGNAME= ${PORTVERSION}
|
|
GH_COMMIT= 71c64bc
|
|
|
|
PLIST_FILES= bin/please
|
|
MAN1= please.1
|
|
|
|
.include <bsd.port.mk>
|