Implements the Perl 6 'is export(...)' trait How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Perl6-Export # p5-Perl6-Export/Makefile # p5-Perl6-Export/distinfo # p5-Perl6-Export/pkg-descr # p5-Perl6-Export/pkg-plist # echo c - p5-Perl6-Export mkdir -p p5-Perl6-Export > /dev/null 2>&1 echo x - p5-Perl6-Export/Makefile sed 's/^X//' >p5-Perl6-Export/Makefile << 'END-of-p5-Perl6-Export/Makefile' X# New ports collection makefile for: devel/p5-Perl6-Export X# Date created: 21 Oct 2004 X# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> X# X# $FreeBSD$ X# X XPORTNAME= Perl6-Export XPORTVERSION= 0.07 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY XPKGNAMEPREFIX= p5- X XMAINTAINER= ychsiao@ychsiao.idv.tw XCOMMENT= Implements the Perl 6 'is export(...)' trait X XBUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Perl6::Export.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500800 XIGNORE= This program only support perl 5.8.0 or above X.endif X X.include <bsd.port.post.mk> END-of-p5-Perl6-Export/Makefile echo x - p5-Perl6-Export/distinfo sed 's/^X//' >p5-Perl6-Export/distinfo << 'END-of-p5-Perl6-Export/distinfo' XMD5 (Perl6-Export-0.07.tar.gz) = cd44b18fd589cee60aca6cfbe58f9c2e XSIZE (Perl6-Export-0.07.tar.gz) = 3544 END-of-p5-Perl6-Export/distinfo echo x - p5-Perl6-Export/pkg-descr sed 's/^X//' >p5-Perl6-Export/pkg-descr << 'END-of-p5-Perl6-Export/pkg-descr' XThis module prototypes the Perl 6 'exported' and 'exportable' traits Xin Perl 5. X XWWW: http://search.cpan.org/~dconway/Perl6-Export-0.07/ END-of-p5-Perl6-Export/pkg-descr echo x - p5-Perl6-Export/pkg-plist sed 's/^X//' >p5-Perl6-Export/pkg-plist << 'END-of-p5-Perl6-Export/pkg-plist' X%%SITE_PERL%%/Perl6/Export.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Export/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Export X@unexec rmdir %D/%%SITE_PERL%%/Perl6/Export 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Export 2>/dev/null || true END-of-p5-Perl6-Export/pkg-plist exit
Responsible Changed From-To: freebsd-ports-bugs->clsung Take.
State Changed From-To: open->closed New port added, Thank you.