76a00b443d
This perl library allows you to manipulate patches programmatically by chaining together a variety of objects that read, manipulate, and output patch information. NB. the distrubtion lacks an explicit license in all files, but the author has clarified that it is dual-Artistic/MPL. feedback bernd@, steven@; ok bernd@
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/15 07:27:49 djm Exp $
|
|
|
|
COMMENT= "utilities to read and manipulate patches and CVS"
|
|
|
|
DISTNAME= PatchReader-0.9.5
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
PKG_ARCH= *
|
|
|
|
MAINTAINER= Damien Miller <djm@openbsd.org>
|
|
|
|
# Dual Artistic/MPL (checked with author)
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JK/JKEISER//}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|
|
|