blob: 9390abae88c00d5d0e54bce0ce40e5000bc8f466 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= sectar
PORTVERSION= 1.02
CATEGORIES= archivers
MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to create encrypted tar archives
GNU_CONFIGURE= yes
NO_STAGE= yes
PLIST_FILES= bin/sectar
.include <bsd.port.mk>
|