1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Remove outdated PERL_LEVEL check

- Cleanup Makefile header
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-02-04 13:02:23 +00:00
parent e10626bad5
commit cdda6f7014
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311609

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-MooseX-Attribute-Chained
# Date created: 2012-01-24
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= MooseX-Attribute-Chained
PORTVERSION= 1.0.1
@ -16,8 +12,7 @@ COMMENT= Attribute that returns the instance to allow for chaining
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
@ -28,10 +23,4 @@ MAN3= Moose::Meta::Attribute::Custom::Trait::Chained.3 \
MooseX::ChainedAccessors::Accessor.3 \
MooseX::Traits::Attribute::Chained.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>