2013-08-06 15:00:36 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-11-05 17:40:10 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Perl6-Slurp
|
2013-08-06 15:00:36 +02:00
|
|
|
PORTVERSION= 0.05.1003
|
2011-11-05 17:40:10 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2012-06-15 03:52:27 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2011-11-05 17:40:10 +01:00
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Implements the Perl6 'slurp' built-in
|
|
|
|
|
2012-06-15 03:52:27 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-11-05 17:40:10 +01:00
|
|
|
BUILD_DEPENDS= p5-Perl6-Export>=0.07:${PORTSDIR}/devel/p5-Perl6-Export
|
2013-08-06 15:00:36 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-11-05 17:40:10 +01:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2011-11-05 17:40:10 +01:00
|
|
|
|
2011-11-10 17:45:22 +01:00
|
|
|
.include <bsd.port.mk>
|