1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/p5-Event/Makefile
Sergey Skvortsov e65b21a4c6 Updated to 1.02
2004-12-09 09:05:43 +00:00

33 lines
666 B
Makefile

# New ports collection makefile for: Event
# Date created: 29 Apr 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Event
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Event
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= A Generic Perl Event Loop
PERL_CONFIGURE= yes
DOCS= Tutorial.pdf
MAN3= Event.3 Event::MakeMaker.3 Event::generic.3
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@${MKDIR} ${DOCSDIR}
.for DOCFILE in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>