freebsd-ports/irc/p5-POE-Component-IRC-Object/Makefile

30 lines
747 B
Makefile
Raw Normal View History

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= POE-Component-IRC-Object
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= irc perl5 devel
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Slightly simpler OO interface to POE::Component::IRC
2012-06-04 04:58:34 +02:00
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-11-04 15:28:11 +01:00
#PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
USES= perl5
USE_PERL5= configure
2014-07-04 02:11:40 +02:00
OPTIONS_DEFINE= EXAMPLES
post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
2013-11-04 15:28:11 +01:00
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>