mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Adding port textproc/p5-Parse-PhoneNumber.
Approved by: tobez (implicit)
This commit is contained in:
parent
adf55c7962
commit
a21ec186c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156341
5 changed files with 39 additions and 0 deletions
|
@ -355,6 +355,7 @@
|
|||
SUBDIR += p5-PPI
|
||||
SUBDIR += p5-PPI-HTML
|
||||
SUBDIR += p5-Parse-FixedLength
|
||||
SUBDIR += p5-Parse-PhoneNumber
|
||||
SUBDIR += p5-Parse-Syslog
|
||||
SUBDIR += p5-Perl-Critic
|
||||
SUBDIR += p5-Perl-MinimumVersion
|
||||
|
|
28
textproc/p5-Parse-PhoneNumber/Makefile
Normal file
28
textproc/p5-Parse-PhoneNumber/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: textproc/p5-Parse-PhoneNumber
|
||||
# Date created: 18 Feb 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Parse-PhoneNumber
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Parse
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Parse phone numbers
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Parse::PhoneNumber.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
textproc/p5-Parse-PhoneNumber/distinfo
Normal file
3
textproc/p5-Parse-PhoneNumber/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Parse-PhoneNumber-1.6.tar.gz) = 653033662d510877169c4252bb60267a
|
||||
SHA256 (Parse-PhoneNumber-1.6.tar.gz) = cfbc0cc35e592d3cbf7ef7d65b04b995b9c8ed880a4de7b55a2d2c3935f0dc73
|
||||
SIZE (Parse-PhoneNumber-1.6.tar.gz) = 5792
|
5
textproc/p5-Parse-PhoneNumber/pkg-descr
Normal file
5
textproc/p5-Parse-PhoneNumber/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Parse phone numbers. Phone number have a defined syntax (to a point), so
|
||||
they can be parsed (to a point).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Parse-PhoneNumber/
|
||||
Author: Casey West <casey@geeknest.com>
|
2
textproc/p5-Parse-PhoneNumber/pkg-plist
Normal file
2
textproc/p5-Parse-PhoneNumber/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Parse/PhoneNumber.pm
|
||||
@dirrmtry %%SITE_PERL%%/Parse
|
Loading…
Add table
Reference in a new issue