summaryrefslogtreecommitdiff
path: root/misc/p5-List-Compare/Makefile
blob: ce2dd86d66b4f6fe9889b78db81030a195d4cc21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	p5-List-Compare
# Date created:				23 Oct 2004
# Whom:					Dmitry Morozovsky <marck@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=		List-Compare
PORTVERSION=		0.34
CATEGORIES=		misc perl5
MASTER_SITES=		CPAN
PKGNAMEPREFIX=		p5-

MAINTAINER=		marck@FreeBSD.org
COMMENT=		Perl extension for comparing lists

PERL_CONFIGURE=		yes

MAN3=			List::Compare.3 \
			List::Compare::Base::_Auxiliary.3 \
			List::Compare::Base::_Engine.3 \
			List::Compare::Functional.3

.if !defined(NOPORTDOCS)
PORTDOCS=	Changes README

post-install:
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>