b02313d26b
PR: 120931 Submitted by: lippe Approved by: maintainer timeout
33 lines
726 B
Makefile
33 lines
726 B
Makefile
# 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>
|