freebsd-ports/devel/p5-UNIVERSAL-ref/Makefile
Andrej Zverev b7ce5f4444 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:53:21 +00:00

19 lines
368 B
Makefile

# $FreeBSD$
PORTNAME= UNIVERSAL-ref
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JJORE
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Turns ref() into a multimethod
BUILD_DEPENDS= p5-B-Utils>=0:${PORTSDIR}/devel/p5-B-Utils
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>