aboutsummaryrefslogtreecommitdiff
path: root/textproc/makepatch/Makefile
blob: 7a7952658fe9b0231e2711dae14cf040c9522758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	makepatch
# Date created:				22 October 2001
# Whom:					John Merryweather Cooper
#
# $FreeBSD$
#

PORTNAME=	makepatch
PORTVERSION=	2.03
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../../authors/id/JV

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Perl scripts to assist in the generation and application of patches

PERL_CONFIGURE=	yes

MAN1=		makepatch.1 applypatch.1

.include <bsd.port.mk>