mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
398 B
Makefile
22 lines
398 B
Makefile
# New ports collection makefile for: Algorithm::MDiff
|
|
# Date created: 04 Nov 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Algorithm-MDiff
|
|
PORTVERSION= 0.94
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl interface to calculate m-difference between two objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Algorithm::MDiff.3
|
|
|
|
.include <bsd.port.mk>
|