blob: b825b38bdd30a2540da09f45def8d56ccf61e49c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= sectar
PORTVERSION= 1.02
CATEGORIES= archivers
MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to create encrypted tar archives
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/sectar
.include <bsd.port.mk>
|