mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
375 B
Makefile
18 lines
375 B
Makefile
# Created by: will
|
|
# $FreeBSD: head/devel/p5-Algorithm-Diff/Makefile 379117 2015-02-16 21:26:34Z adamw $
|
|
|
|
PORTNAME= Algorithm-Diff
|
|
PORTVERSION= 1.1903
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perl interface to compute differences between two objects
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|