mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
6c7d0261c9
Approved by: portmgr (blanket infrastructure)
18 lines
366 B
Makefile
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>
|