aboutsummaryrefslogtreecommitdiff
path: root/sysutils/spiped
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-01-30 01:07:05 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-01-30 01:07:05 +0000
commitf695f489a5270ae9345e911092cdf3e98027440e (patch)
treec29190485ef0b4c012ab5475016c352081e38604 /sysutils/spiped
parenta09dede5cd6b9970a26450dc0c59fab783eb49de (diff)
Notes
Diffstat (limited to 'sysutils/spiped')
-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>