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>
|
||
|
|