9a5c5e3d76
http://www.red-bean.com/onetime/ PR: 217735 Submitted by: vidar@karlsen.tech (maintainer) Approved by: swills (mentor, implicit)
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# Created by: Vidar Karlsen <vidar@karlsen.tech>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= onetime
|
|
PORTVERSION= 1.81
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.red-bean.com/onetime/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vidar@karlsen.tech
|
|
COMMENT= Encryption program that uses the one-time pad algorithm
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python:2 shebangfix
|
|
SHEBANG_FILES= onetime
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/onetime
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/onetime ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|