1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/permute/Makefile
Mark Linimon 8ff9e2abf9 Update maintainer's email address.
Submitted by:	maintainer (private email)
2010-12-01 23:12:16 +00:00

23 lines
471 B
Makefile

# New ports collection makefile for: permute
# Date created: Wed Aug 07 2005
# Whom: erik@smluc.org
#
# $FreeBSD$
#
PORTNAME= permute
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= http://atlas.kennesaw.edu/~rbentley/
MAINTAINER= erik@bz.bzflag.bz
COMMENT= Generate all permutations of lines from stdin
PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>