af06a8e8b4
Approved by: portmgr (blanket infrastructure)
19 lines
371 B
Makefile
19 lines
371 B
Makefile
# Created by: kevit
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Declare
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= simarg@gmail.com
|
|
COMMENT= Perl module for declare classes
|
|
|
|
BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|