1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/security/rc5pipe/Makefile
Baptiste Daroussin 9d7a971e8a Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-13 21:30:59 +00:00

27 lines
620 B
Makefile

# New ports collection makefile for: rc5pipe
# Date created: 25 June 2002
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#
PORTNAME= rc5pipe
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= http://people.fruitsalad.org/bdavis/FreeBSD/ports/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= RC5 en-/decryption via UNIX pipes
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
PLIST_FILES= bin/rc5pipe
WRKSRC= ${WRKDIR}/rc5pipe
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rc5pipe ${PREFIX}/bin/rc5pipe
.include <bsd.port.mk>