mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-Algorithm-Annotate 0.10, represent a series of changes in
annotate form. PR: ports/64292 Submitted by: Autrijus Tang <autrijus@autrijus.org>
This commit is contained in:
parent
46a7e08a57
commit
b5cc6ddb0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104187
@ -535,6 +535,7 @@
|
||||
SUBDIR += p4delta
|
||||
SUBDIR += p4v
|
||||
SUBDIR += p5-Agent
|
||||
SUBDIR += p5-Algorithm-Annotate
|
||||
SUBDIR += p5-Algorithm-Diff
|
||||
SUBDIR += p5-Algorithm-Evolutionary
|
||||
SUBDIR += p5-Algorithm-Interval2Prefix
|
||||
|
25
devel/p5-Algorithm-Annotate/Makefile
Normal file
25
devel/p5-Algorithm-Annotate/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: devel/p5-Algorithm-Annotate
|
||||
# Date created: Mar 2004
|
||||
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Algorithm-Annotate
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= autrijus@autrijus.org
|
||||
COMMENT= Represent a series of changes in annotate form
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Algorithm::Annotate.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Algorithm-Annotate/distinfo
Normal file
1
devel/p5-Algorithm-Annotate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Algorithm-Annotate-0.10.tar.gz) = 453395489640e28fc772944ef08d396b
|
2
devel/p5-Algorithm-Annotate/pkg-descr
Normal file
2
devel/p5-Algorithm-Annotate/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Algorithm::Annotate generates a list that is useful for generating
|
||||
output simliar to "cvs annotate".
|
4
devel/p5-Algorithm-Annotate/pkg-plist
Normal file
4
devel/p5-Algorithm-Annotate/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Algorithm/Annotate.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user