- While I'm here: - Fix *_DEPENDS: Test::Exception is a test-only dependency - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Class-Declare/Changes PR: 203655 Submitted by: Sergey Karatkevich <simarg@gmail.com> (maintainer)
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: kevit
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Declare
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= simarg@gmail.com
|
|
COMMENT= Perl module for declare classes
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|