aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PatchReader/Makefile
blob: c8927ef526016d08885cf8f4796831b627f7e180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Toni Viemerö <toni.viemero@iki.fi>
# $FreeBSD$

PORTNAME=	PatchReader
PORTVERSION=	0.9.6
PORTREVISION=	3
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:TMANNERM
PKGNAMEPREFIX=	p5-

MAINTAINER=	toni.viemero@iki.fi
COMMENT=	Perl module with utilities to read and manipulate patches and CVS

USES=		perl5 dos2unix
USE_PERL5=	configure

.include <bsd.port.mk>