svn commit: r311609 - head/devel/p5-MooseX-Attribute-Chained
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 4 13:02:24 UTC 2013
Author: sunpoet
Date: Mon Feb 4 13:02:23 2013
New Revision: 311609
URL: http://svnweb.freebsd.org/changeset/ports/311609
Log:
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
Modified:
head/devel/p5-MooseX-Attribute-Chained/Makefile (contents, props changed)
Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile
==============================================================================
--- head/devel/p5-MooseX-Attribute-Chained/Makefile Mon Feb 4 12:45:22 2013 (r311608)
+++ head/devel/p5-MooseX-Attribute-Chained/Makefile Mon Feb 4 13:02:23 2013 (r311609)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MooseX-Attribute-Chained
-# Date created: 2012-01-24
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MooseX-Attribute-Chained
PORTVERSION= 1.0.1
@@ -16,8 +12,7 @@ COMMENT= Attribute that returns the inst
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::T
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>
More information about the svn-ports-head
mailing list