svn commit: r442317 - head/devel/p5-MooseX-Types-DateTime-MoreCoercions

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 1 19:58:22 UTC 2017


Author: sunpoet
Date: Thu Jun  1 19:58:21 2017
New Revision: 442317
URL: https://svnweb.freebsd.org/changeset/ports/442317

Log:
  Add LICENSE_FILE
  
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile

Modified: head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile	Thu Jun  1 19:58:16 2017	(r442316)
+++ head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile	Thu Jun  1 19:58:21 2017	(r442317)
@@ -12,6 +12,7 @@ COMMENT=	Extensions to MooseX::Types::DateTime
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-DateTime>=0.43.02:devel/p5-DateTime \
 		p5-DateTimeX-Easy>=0.085:devel/p5-DateTimeX-Easy \
@@ -27,10 +28,4 @@ NO_ARCH=	yes
 USE_PERL5=	modbuildtiny
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=	p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list