freebsd-ports/textproc/makepatch/Makefile
Anton Berezin 53cb146de0 Bug fix (Perl on FreeBSD does not support -T and -B tests on a
filehandle;  do not use them).

PR:		31848
Submitted by:	maintainer
2001-11-18 22:54:13 +00:00

22 lines
412 B
Makefile

# New ports collection makefile for: makepatch
# Date created: 22 October 2001
# Whom: John Merryweather Cooper
#
# $FreeBSD$
#
PORTNAME= makepatch
PORTVERSION= 2.00a
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/JV
MAINTAINER= jmcoopr@webmail.bmi.net
PERL_CONFIGURE= yes
MAN1= makepatch.1 applypatch.1
.include <bsd.port.mk>