1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/p5-PatchReader/Makefile
Andrej Zverev 6c7d0261c9 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:05:42 +00:00

18 lines
366 B
Makefile

# Created by: Toni Viemerö <toni.viemero@iki.fi>
# $FreeBSD$
PORTNAME= PatchReader
PORTVERSION= 0.9.6
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
USE_PERL5= configure
.include <bsd.port.mk>