freebsd-ports/devel/p5-Best/Makefile
Anton Berezin 0bdae8dd78 Update to 0.15.
Changes: http://search.cpan.org/dist/Best/Changes

Feature safe:	yes
2012-12-07 15:18:41 +00:00

20 lines
368 B
Makefile

# $FreeBSD$
PORTNAME= Best
PORTVERSION= 0.15
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GAAL
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Fallbackable module loader
BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Best.3
.include <bsd.port.mk>