Set CONFIGURE_STYLE=modbuild, remove the unneeded patch and don't
set CONFIGURE_ARGS. Bump REVISION. Fixes file installation location problem reported by jcs@, tested by jcs@.
This commit is contained in:
parent
ae82c1dd4a
commit
0e68e4e6c6
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/12 17:26:26 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/09/04 18:10:48 sthen Exp $
|
||||
|
||||
COMMENT = parse and format iCal datetime and duration strings
|
||||
|
||||
DISTNAME = DateTime-Format-ICal-0.09
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -14,12 +15,12 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
RUN_DEPENDS = ::devel/p5-DateTime \
|
||||
::devel/p5-DateTime-Set \
|
||||
::devel/p5-DateTime-TimeZone \
|
||||
::devel/p5-DateTime-Event-ICal \
|
||||
::devel/p5-Params-Validate
|
||||
|
||||
CONFIGURE_ARGS =install_base=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-Build_PL,v 1.1.1.1 2010/04/12 17:26:26 giovanni Exp $
|
||||
--- Build.PL.orig Mon Apr 12 19:22:10 2010
|
||||
+++ Build.PL Mon Apr 12 19:21:53 2010
|
||||
@@ -5,6 +5,7 @@ Module::Build->new
|
||||
author => 'Dave Rolsky <autarch@urth.org>',
|
||||
license => 'perl',
|
||||
|
||||
+ create_packlist => 0,
|
||||
requires => { 'DateTime' => 0.17,
|
||||
'DateTime::Event::ICal' => 0.03,
|
||||
'DateTime::Set' => 0.10, # really want DT::Span in same distro
|
@ -1,6 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/12 17:26:26 giovanni Exp $
|
||||
lib/perl5/
|
||||
lib/perl5/DateTime/
|
||||
lib/perl5/DateTime/Format/
|
||||
lib/perl5/DateTime/Format/ICal.pm
|
||||
@man man/man3/DateTime::Format::ICal.3p
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/09/04 18:10:48 sthen Exp $
|
||||
${P5SITE}/DateTime/Format/
|
||||
${P5SITE}/DateTime/Format/ICal.pm
|
||||
@man man/man3p/DateTime::Format::ICal.3p
|
||||
|
Loading…
Reference in New Issue
Block a user