2004-10-17 18:15:43 +02:00
|
|
|
# New ports collection makefile for: POE-API-Hooks
|
|
|
|
# Date created: 17 October 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-API-Hooks
|
2005-06-12 12:33:03 +02:00
|
|
|
PORTVERSION= 1.0500
|
2004-10-17 18:15:43 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-06-12 12:33:03 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
2004-10-17 18:15:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Implement lightweight hooks into POE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= POE::API::Hooks.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|