freebsd-ports/devel/p5-Event/Makefile
Martin Wilke ce8843d9eb woops, update really to 1.10
PR:		120662
Submitted by:	lippe
Approved by:	maintainer timeout
2008-05-31 19:59:58 +00:00

31 lines
728 B
Makefile

# New ports collection makefile for: Event
# Date created: 29 Apr 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Event
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= A Generic Perl Event Loop
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
PERL_CONFIGURE= yes
DOCS= ANNOUNCE ChangeLog INSTALL MANIFEST README TODO Tutorial.pdf
MAN3= Event.3 Event::MakeMaker.3 Event::generic.3
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
.include <bsd.port.mk>