mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
a6e0039284
Approved by: flo, culot (mentors)
35 lines
753 B
Makefile
35 lines
753 B
Makefile
# New ports collection makefile for: POE-API-Peek
|
|
# Date created: 11 November 2003
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= POE-API-Peek
|
|
DISTVERSION= 2.20
|
|
PORTEPOCH= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BINGOS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jase@FreeBSD.org
|
|
COMMENT= Peek into the internals of a running POE environment
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
|
|
p5-Devel-Size>0:${PORTSDIR}/devel/p5-Devel-Size
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN3= POE::API::Peek.3
|
|
|
|
regression-test:
|
|
@(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test)
|
|
|
|
.include <bsd.port.mk>
|