freebsd-ports/devel/p5-Perl6-Builtins/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
404 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Perl6-Builtins
PORTVERSION= 0.0.3
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide Perl 5 versions of the new Perl 6 builtins
BUILD_DEPENDS= p5-Contextual-Return>=0:devel/p5-Contextual-Return
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>