freebsd-ports/devel/p5-Event/Makefile

33 lines
649 B
Makefile
Raw Normal View History

# 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>
#
# $FreeBSD$
#
PORTNAME= Event
2003-03-04 16:36:24 +01:00
PORTVERSION= 0.87
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Event
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
2003-03-04 16:36:24 +01:00
COMMENT= A Generic Perl Event Loop
PERL_CONFIGURE= yes
DOCS= Tutorial.pdf
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
.include <bsd.port.mk>