mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Higher Order Perl Lexer
WWW: http://search.cpan.org/dist/HOP-Lexer/ PR: ports/145142 Submitted by: Steve Wills <steve at mouf.net>
This commit is contained in:
parent
2ddf065489
commit
f7c11f5e51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252025
@ -1604,6 +1604,7 @@
|
||||
SUBDIR += p5-Gravatar-URL
|
||||
SUBDIR += p5-Gtk2-Spell
|
||||
SUBDIR += p5-Guard
|
||||
SUBDIR += p5-HOP-Lexer
|
||||
SUBDIR += p5-Hash-AsObject
|
||||
SUBDIR += p5-Hash-Case
|
||||
SUBDIR += p5-Hash-Flatten
|
||||
|
23
devel/p5-HOP-Lexer/Makefile
Normal file
23
devel/p5-HOP-Lexer/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-HOP-Lexer
|
||||
# Date created: 2010-03-04
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HOP-Lexer
|
||||
PORTVERSION= 0.032
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/O/OV/OVID
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= steve@mouf.net
|
||||
COMMENT= Higher Order Perl Lexer
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= HOP::Lexer.3 \
|
||||
HOP::Lexer::Article.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-HOP-Lexer/distinfo
Normal file
3
devel/p5-HOP-Lexer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HOP-Lexer-0.032.tar.gz) = 71f081163ab81f35607b24b7fd0cd808
|
||||
SHA256 (HOP-Lexer-0.032.tar.gz) = 2555ec7751b06bef496a6101b5c335a7f6453135ef05db674e4dee2515c6f77c
|
||||
SIZE (HOP-Lexer-0.032.tar.gz) = 13081
|
3
devel/p5-HOP-Lexer/pkg-descr
Normal file
3
devel/p5-HOP-Lexer/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Higher Order Perl Lexer
|
||||
|
||||
WWW: http://search.cpan.org/dist/HOP-Lexer/
|
4
devel/p5-HOP-Lexer/pkg-plist
Normal file
4
devel/p5-HOP-Lexer/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/HOP/Lexer/Article.pod
|
||||
%%SITE_PERL%%/HOP/Lexer.pm
|
||||
@dirrmtry %%SITE_PERL%%/HOP/Lexer
|
||||
@dirrmtry %%SITE_PERL%%/HOP
|
Loading…
Reference in New Issue
Block a user