1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Update to 0.44

- Remove outdated PERL_LEVEL check
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Module-Install-XSUtil/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-04-26 02:53:22 +00:00
parent 76b8b00df1
commit 93190bf5c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316551
2 changed files with 6 additions and 22 deletions

View File

@ -1,12 +1,8 @@
# New ports collection makefile for: p5-Module-Install-XSUtil
# Date created: 2011-08-15
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Module-Install-XSUtil
PORTVERSION= 0.43
PORTVERSION= 0.44
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GFUJI
@ -19,23 +15,11 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Module-Install>=0.91:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS= p5-Module-Install>=0.91:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-B-Hooks-OP-Annotation>=0.43:${PORTSDIR}/devel/p5-B-Hooks-OP-Annotation
PERL_CONFIGURE= yes
MAN3= Module::Install::XSUtil.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
p5-XSLoader>=0.10:${PORTSDIR}/devel/p5-XSLoader
.endif
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Module-Install-XSUtil-0.43.tar.gz) = b268f2ecc9c1afe774cef4271f6ae7fb4390e54cc3cc95d7efe04b01ec3532cf
SIZE (Module-Install-XSUtil-0.43.tar.gz) = 29647
SHA256 (Module-Install-XSUtil-0.44.tar.gz) = 0da2a5c658bf174e7253c564edf91a4bb8dc4de0511ea66fa8c238e4a22a63ad
SIZE (Module-Install-XSUtil-0.44.tar.gz) = 29512