mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Updated to 1.0
PR: ports/52120
This commit is contained in:
parent
b4c689b15b
commit
44ad5877b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81617
@ -6,15 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= Config-Tiny
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Config
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-1
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Read/Write .ini style files with as little code as possible
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Config::Tiny.3
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Config-Tiny-0.3.tar.gz) = bc35ff26c49c54e009f3e0e419f126e4
|
||||
MD5 (Config-Tiny-1.tar.gz) = b8e39087ef64cebd808ede08cf8197dd
|
||||
|
12
devel/p5-Config-Tiny/files/patch-Makefile.PL
Normal file
12
devel/p5-Config-Tiny/files/patch-Makefile.PL
Normal file
@ -0,0 +1,12 @@
|
||||
--- Makefile.PL.orig Sat Dec 21 15:01:55 2002
|
||||
+++ Makefile.PL Mon May 12 18:25:11 2003
|
||||
@@ -8,6 +8,9 @@
|
||||
FindBin => 0,
|
||||
|
||||
},
|
||||
+ 'MAN3PODS' => {
|
||||
+ 'lib/Config/Tiny.pm' => '$(INST_MAN3DIR)/Config::Tiny.3'
|
||||
+ },
|
||||
($] >= 5.005) ? (
|
||||
'AUTHOR' => 'Adam Kennedy (adam@ali.as)',
|
||||
'ABSTRACT' => 'Read/Write .ini style files with as little code as possible',
|
Loading…
Reference in New Issue
Block a user