freebsd-ports/devel/p5-Class-Declare/Makefile
Sunpoet Po-Chuan Hsieh f2fc795b9a - Update to 0.19
- 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)
2015-10-09 18:32:59 +00:00

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>