mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
New port devel/p5-String-Diff:
Simple diff to String More info on http://search.cpan.org/dist/String-Diff/ ...
This commit is contained in:
parent
696e62a0c5
commit
9701d8c97e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231253
@ -1778,6 +1778,7 @@
|
||||
SUBDIR += p5-String-Approx
|
||||
SUBDIR += p5-String-CRC32
|
||||
SUBDIR += p5-String-Checker
|
||||
SUBDIR += p5-String-Diff
|
||||
SUBDIR += p5-String-Ediff
|
||||
SUBDIR += p5-String-LRC
|
||||
SUBDIR += p5-String-Parity
|
||||
|
27
devel/p5-String-Diff/Makefile
Normal file
27
devel/p5-String-Diff/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: devel/p5-String-Diff
|
||||
# Date created: 29 Mar 2009
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= String-Diff
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= Simple diff to String
|
||||
|
||||
RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.1+
|
||||
|
||||
MAN3= String::Diff.3
|
||||
|
||||
post-extract:
|
||||
@${PERL} -i.bak -ne 'print unless m,^build_requires,' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-String-Diff/distinfo
Normal file
3
devel/p5-String-Diff/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (String-Diff-0.04.tar.gz) = 440bd85674f8602f18a2ab7978f1fa53
|
||||
SHA256 (String-Diff-0.04.tar.gz) = b6712f65cb9ab09d0a83c9cf968992031effd1263cdf8b8bcb9f17016e7eb321
|
||||
SIZE (String-Diff-0.04.tar.gz) = 40009
|
3
devel/p5-String-Diff/pkg-descr
Normal file
3
devel/p5-String-Diff/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Simple diff to String
|
||||
|
||||
WWW: http://search.cpan.org/dist/String-Diff/
|
5
devel/p5-String-Diff/pkg-plist
Normal file
5
devel/p5-String-Diff/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Diff/.packlist
|
||||
%%SITE_PERL%%/String/Diff.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Diff
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
|
||||
@dirrmtry %%SITE_PERL%%/String
|
Loading…
Reference in New Issue
Block a user