summaryrefslogtreecommitdiff
path: root/textproc/makepatch/Makefile
blob: 8e14dfd88f48e01489d936dbcbbf4fe3cfc65d49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	makepatch
PORTVERSION=	2.05
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JV

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl scripts to assist in the generation and application of patches
WWW=		https://www.vromans.org/johan/software/sw_makepatch.html

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>