- Update to 0.24
- Add LICENSE - Add NO_ARCH - Remove outdated post-extract: Changes: http://search.cpan.org/dist/MooseX-AttributeHelpers/Changes
This commit is contained in:
parent
915c3968d2
commit
c16549d37e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394685
2 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MooseX-AttributeHelpers
|
||||
PORTVERSION= 0.23
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,14 +10,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extend your attribute interfaces
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -i '' '/build_requires/d' ${WRKSRC}/Makefile.PL
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MooseX-AttributeHelpers-0.23.tar.gz) = 3f63f60d94d840a309d9137f78605e15f07c977fd15a4f4b55bd47b65ed52be1
|
||||
SIZE (MooseX-AttributeHelpers-0.23.tar.gz) = 38659
|
||||
SHA256 (MooseX-AttributeHelpers-0.24.tar.gz) = b891c2ea9bbad10bc6aba4ddd94511c6e8c8eae9395a770090a330ece68613c4
|
||||
SIZE (MooseX-AttributeHelpers-0.24.tar.gz) = 51799
|
||||
|
|
Loading…
Reference in a new issue