2001-10-30 22:21:37 +00:00
|
|
|
# New ports collection makefile for: makepatch
|
|
|
|
# Date created: 22 October 2001
|
|
|
|
# Whom: John Merryweather Cooper
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= makepatch
|
|
|
|
PORTVERSION= 2.00a
|
2001-11-18 22:54:13 +00:00
|
|
|
PORTREVISION= 1
|
2001-10-30 22:21:37 +00:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/JV
|
|
|
|
|
2005-02-13 18:28:23 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:42:50 +00:00
|
|
|
COMMENT= Perl scripts to assist in the generation and application of patches
|
2001-10-30 22:21:37 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= makepatch.1 applypatch.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|