mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4e10212d4f
PR: ports/73033 Submitted by: marck
35 lines
771 B
Makefile
35 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.31
|
|
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>
|