freebsd-ports/security/please/Makefile
Grzegorz Blach ac5e6b1764 - Update to 1.1
- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-04 22:03:37 +00:00

23 lines
425 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= please
PORTVERSION= 1.1
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= 778f941
NEED_ROOT= yes
PLIST_FILES= bin/please man/man1/please.1.gz
.include <bsd.port.mk>