cpanify and make regression test work while here.
from Simon Dassow
This commit is contained in:
parent
c0b7b27092
commit
7424095480
@ -1,19 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/09/18 13:00:05 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2006/12/04 22:23:21 steven Exp $
|
||||
|
||||
COMMENT= "module to extract data from Macintosh BinHex files"
|
||||
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Convert-BinHex-1.119
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
||||
PKGNAME= p5-${DISTNAME}p1
|
||||
CATEGORIES= converters
|
||||
|
||||
# GPL
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
10
converters/p5-Convert-BinHex/patches/patch-t_Checker_pm
Normal file
10
converters/p5-Convert-BinHex/patches/patch-t_Checker_pm
Normal file
@ -0,0 +1,10 @@
|
||||
$OpenBSD: patch-t_Checker_pm,v 1.1 2006/12/04 22:23:21 steven Exp $
|
||||
--- t/Checker.pm.orig Mon Dec 4 23:21:57 2006
|
||||
+++ t/Checker.pm Mon Dec 4 23:22:04 2006
|
||||
@@ -1,5 +1,6 @@
|
||||
package Checker;
|
||||
|
||||
+require Exporter;
|
||||
@ISA = qw(Exporter);
|
||||
@EXPORT = qw($CHECK okay_if note check filter_warnings);
|
||||
|
Loading…
x
Reference in New Issue
Block a user