1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/p5-Algorithm-Diff/Makefile
Anton Berezin 2d8e57ffc1 Upgrade devel/p5-Algorithm-Diff to 1.11a.
Assume port maintainership.
2001-08-14 15:53:18 +00:00

24 lines
480 B
Makefile

# New ports collection makefile for: Algorithm::Diff
# Date created: 04 Nov 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Algorithm-Diff
PORTVERSION= 1.11a
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-1.11
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Algorithm::Diff.3 Algorithm::DiffOld.3
.include <bsd.port.mk>