mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.04
- Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Data-Section-Simple/Changes Feature safe: yes
This commit is contained in:
parent
5fc9310822
commit
2ae9c70e73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315856
2 changed files with 8 additions and 16 deletions
|
@ -1,12 +1,8 @@
|
||||||
# New ports collection makefile for: p5-Data-Section-Simple
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
# Date created: 2011-08-01
|
|
||||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Data-Section-Simple
|
PORTNAME= Data-Section-Simple
|
||||||
PORTVERSION= 0.03
|
PORTVERSION= 0.04
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,14 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Read data from __DATA__
|
COMMENT= Read data from __DATA__
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
BUILD_DEPENDS= p5-Module-Build-Tiny>=0.013:${PORTSDIR}/devel/p5-Module-Build-Tiny
|
||||||
|
|
||||||
|
PERL_MODBUILD= yes
|
||||||
|
|
||||||
MAN3= Data::Section::Simple.3
|
MAN3= Data::Section::Simple.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 501001
|
|
||||||
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Data-Section-Simple-0.03.tar.gz) = 997003bcc061f32d8d5b631d1f6558822a9fd31db275d732c65720e03950c56c
|
SHA256 (Data-Section-Simple-0.04.tar.gz) = 0f7b61cc521dbe8569da4056392dc5f2540492e2e75b838f1a524405dcc777bb
|
||||||
SIZE (Data-Section-Simple-0.03.tar.gz) = 21019
|
SIZE (Data-Section-Simple-0.04.tar.gz) = 11561
|
||||||
|
|
Loading…
Add table
Reference in a new issue