mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
07e90362db
Add some docs
36 lines
845 B
Makefile
36 lines
845 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.61
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Set
|
|
PKGNAMEPREFIX= p5-
|
|
#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= Set::Infinite - Sets of intervals
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Set::Infinite.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>
|