eaeb9dea61
PR: 86817 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: marck (maintainer), pav (mentor)
34 lines
771 B
Makefile
34 lines
771 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.32
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= List
|
|
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>
|