mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
19 lines
359 B
Makefile
19 lines
359 B
Makefile
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
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>
|