0977415a79
- portlint PR: follow-up to ports/139837 Submitted by: Gea-Suan Lin <gslin at gslin.org>
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# New ports collection makefile for: POE-API-Hooks
|
|
# Date created: 17 October 2004
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= POE-API-Hooks
|
|
PORTVERSION= 1.0500
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Implement lightweight hooks into POE
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= POE::API::Hooks.3
|
|
|
|
.include <bsd.port.mk>
|