freebsd-ports/devel/p5-Set-Infinite/Makefile
Anton Berezin 4cf2d12b0a Fix plist with perl 5.8.9.
Approved by:	portmgr (pav, implicit)
2009-01-14 15:10:02 +00:00

31 lines
675 B
Makefile

# New ports collection makefile for: p5-Set-Infinite
# Date created: 26 june 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= Set-Infinite
PORTVERSION= 0.63
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Set::Infinite - Sets of intervals
PERL_CONFIGURE= yes
MAN3= Set::Infinite.3 Set::Infinite::Arithmetic.3 Set::Infinite::Basic.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README TODO
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>