Add p5-syntax 0.004, activate syntax extensions in Perl.
PR: ports/175160 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
This commit is contained in:
parent
c643ab8191
commit
7d13fe2e18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310357
5 changed files with 40 additions and 0 deletions
|
@ -2937,6 +2937,7 @@
|
|||
SUBDIR += p5-strictures
|
||||
SUBDIR += p5-subatom
|
||||
SUBDIR += p5-subversion
|
||||
SUBDIR += p5-syntax
|
||||
SUBDIR += p5-threads
|
||||
SUBDIR += p5-threads-shared
|
||||
SUBDIR += p5-true
|
||||
|
|
25
devel/p5-syntax/Makefile
Normal file
25
devel/p5-syntax/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= syntax
|
||||
PORTVERSION= 0.004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PHAYLON
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= linpc@cs.nctu.edu.tw
|
||||
COMMENT= Activate syntax extensions in Perl
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Data-OptList>=0.104:${PORTSDIR}/devel/p5-Data-OptList \
|
||||
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= syntax.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-syntax/distinfo
Normal file
2
devel/p5-syntax/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (syntax-0.004.tar.gz) = fe19b6da8a8f43a5aa2ee571441bc0e339fb156d0081c157a1a24e9812c7d365
|
||||
SIZE (syntax-0.004.tar.gz) = 11759
|
9
devel/p5-syntax/pkg-descr
Normal file
9
devel/p5-syntax/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
This module activates community provided syntax extensions to Perl. You pass
|
||||
it a feature name, and optionally a scalar with arguments, and the
|
||||
dispatching system will load and install the extension in your package.
|
||||
|
||||
The import arguments are parsed with Data::OptList(3). There are no
|
||||
standardised options. Please consult the documentation for the specific syntax
|
||||
feature to find out about possible configuration options.
|
||||
|
||||
WWW: http://search.cpan.org/dist/syntax/
|
3
devel/p5-syntax/pkg-plist
Normal file
3
devel/p5-syntax/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax/.packlist
|
||||
%%SITE_PERL%%/syntax.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax
|
Loading…
Reference in a new issue