aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Class-Closure/Makefile
blob: 92711679c8351a37667434d5244ee04bab211f3f (plain) (tree)
1
2
3
4
5
6
7
                                               
           

                             
                    
                           
                    




                                                         

                                                                    
                                
 

                         
 
                      
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Class-Closure
PORTVERSION=	0.30
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Encapsulated, declarative classes in Perl

BUILD_DEPENDS=	p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
		p5-Devel-Caller>=0:${PORTSDIR}/devel/p5-Devel-Caller
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>