aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/spiped/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/spiped/Makefile')
-rw-r--r--sysutils/spiped/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile
index 3fc9100d0ec7..ec88bf6eb79b 100644
--- a/sysutils/spiped/Makefile
+++ b/sysutils/spiped/Makefile
@@ -7,6 +7,7 @@
PORTNAME= spiped
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= sysutils security
MASTER_SITES= http://www.tarsnap.com/spiped/
EXTRACT_SUFX= .tgz
@@ -14,8 +15,18 @@ EXTRACT_SUFX= .tgz
MAINTAINER= cperciva@tarsnap.com
COMMENT= Daemon for creating secure symmetric pipes
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
PLIST_FILES= bin/spiped
+PORTDOCS= BUILDING CHANGELOG COPYRIGHT README STYLE
USE_RC_SUBR= spiped
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
+.endif
+
.include <bsd.port.mk>