diff options
author | tobez <tobez@FreeBSD.org> | 2006-09-21 16:01:27 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-09-21 16:01:27 +0800 |
commit | a11445de2d3659247e922b1743f6e3e0b5455c2f (patch) | |
tree | cdf40baae2b4b2d629c31c2611e814c94ef976bc | |
parent | bb41d1971876795b4ce93bcc08584630b935f16b (diff) | |
download | freebsd-ports-gnome-a11445de2d3659247e922b1743f6e3e0b5455c2f.tar.gz freebsd-ports-gnome-a11445de2d3659247e922b1743f6e3e0b5455c2f.tar.zst freebsd-ports-gnome-a11445de2d3659247e922b1743f6e3e0b5455c2f.zip |
Update to 1.02. Also assign maintainer to perl@ (not part of the PR).
PR: 103445
Submitted by: leeym
-rw-r--r-- | net/p5-IO-Interface/Makefile | 14 | ||||
-rw-r--r-- | net/p5-IO-Interface/distinfo | 6 | ||||
-rw-r--r-- | net/p5-IO-Interface/pkg-plist | 2 |
3 files changed, 15 insertions, 7 deletions
diff --git a/net/p5-IO-Interface/Makefile b/net/p5-IO-Interface/Makefile index ffb6e822fcf2..474c73543cbc 100644 --- a/net/p5-IO-Interface/Makefile +++ b/net/p5-IO-Interface/Makefile @@ -6,17 +6,23 @@ # PORTNAME= IO-Interface -PORTVERSION= 0.98 +PORTVERSION= 1.02 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO PKGNAMEPREFIX= p5- -MAINTAINER= tobez@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for access to network card configuration information PERL_CONFIGURE= yes -MAN3= IO::Interface.3 +MAN3= IO::Interface.3 IO::Interface::Simple.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-IO-Interface/distinfo b/net/p5-IO-Interface/distinfo index 5d4b4ab5a7fa..69a433635df5 100644 --- a/net/p5-IO-Interface/distinfo +++ b/net/p5-IO-Interface/distinfo @@ -1,3 +1,3 @@ -MD5 (IO-Interface-0.98.tar.gz) = 91d5029a32302aa02414c9c8e3353cec -SHA256 (IO-Interface-0.98.tar.gz) = 997de9d1812c68836ea2dcd6adae3c12324d2f58d1ab30447a5bb35887965d5c -SIZE (IO-Interface-0.98.tar.gz) = 7203 +MD5 (IO-Interface-1.02.tar.gz) = ff96f98f52b68ece88a8e40e292071d2 +SHA256 (IO-Interface-1.02.tar.gz) = 0e24d2c4ea10a45b899bcb6f603331e29dc4997b09c2c4b429b9e2a44a1fa1d0 +SIZE (IO-Interface-1.02.tar.gz) = 9507 diff --git a/net/p5-IO-Interface/pkg-plist b/net/p5-IO-Interface/pkg-plist index e1f4c13c4380..f81739d0c964 100644 --- a/net/p5-IO-Interface/pkg-plist +++ b/net/p5-IO-Interface/pkg-plist @@ -1,8 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/IO/Interface.pm +%%SITE_PERL%%/%%PERL_ARCH%%/IO/Interface/Simple.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/Interface.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/Interface.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO/Interface @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO |