mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
24 lines
484 B
Makefile
24 lines
484 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
|
|
PORTNAME= please
|
|
PORTVERSION= 2.8
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Execute a command as root
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= MagikBSD
|
|
|
|
PLIST_FILES= "@(,,4555) bin/please" "@sample etc/pam.d/please.sample" \
|
|
man/man1/please.1.gz
|
|
|
|
post-install:
|
|
${CP} ${WRKSRC}/pam.d/please.BSD \
|
|
${STAGEDIR}${PREFIX}/etc/pam.d/please.sample
|
|
|
|
.include <bsd.port.mk>
|