freebsd-ports/security/py-onetime/Makefile
Joseph Mingrone 9a5c5e3d76 Add new port, security/py-onetime: Encryption program using one-time pad algorithm.
http://www.red-bean.com/onetime/

PR:		217735
Submitted by:	vidar@karlsen.tech (maintainer)
Approved by:	swills (mentor, implicit)
2017-03-13 00:50:36 +00:00

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>