freebsd-ports/security/please/Makefile
Grzegorz Blach d9bd84778e Add new port security/please:
Please aims to be little sudo without bells and whistles. Only pam
authentication and executing command.

Approved by:	crees (mentor)
2013-07-16 17:54:53 +00:00

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>