2001-05-08 12:35:09 +00:00
|
|
|
# New ports collection makefile for: Event
|
|
|
|
# Date created: 29 Apr 2001
|
2002-05-27 14:55:39 +00:00
|
|
|
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
|
2001-05-08 12:35:09 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Event
|
2004-05-17 08:55:28 +00:00
|
|
|
PORTVERSION= 1.00
|
2001-05-08 12:35:09 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Event
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-01-25 14:24:27 +00:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-04 15:36:24 +00:00
|
|
|
COMMENT= A Generic Perl Event Loop
|
2001-05-08 12:35:09 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2002-01-25 14:24:27 +00:00
|
|
|
DOCS= Tutorial.pdf
|
2001-05-08 12:35:09 +00:00
|
|
|
|
2002-01-25 14:24:27 +00:00
|
|
|
MAN3= Event.3 Event::MakeMaker.3
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for DOCFILE in ${DOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2001-05-08 12:35:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|