2001-05-08 14:35:09 +02:00
|
|
|
# New ports collection makefile for: Event
|
|
|
|
# Date created: 29 Apr 2001
|
2002-05-27 16:55:39 +02:00
|
|
|
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
|
2001-05-08 14:35:09 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Event
|
2007-07-31 20:06:13 +02:00
|
|
|
PORTVERSION= 1.09
|
2001-05-08 14:35:09 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Event
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-01-25 15:24:27 +01:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-04 16:36:24 +01:00
|
|
|
COMMENT= A Generic Perl Event Loop
|
2001-05-08 14:35:09 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2002-01-25 15:24:27 +01:00
|
|
|
DOCS= Tutorial.pdf
|
2001-05-08 14:35:09 +02:00
|
|
|
|
2004-12-09 10:05:43 +01:00
|
|
|
MAN3= Event.3 Event::MakeMaker.3 Event::generic.3
|
2002-01-25 15:24:27 +01:00
|
|
|
|
|
|
|
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 14:35:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|