b6cdb4f77a
- Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS Changes: http://search.cpan.org/dist/Event-Join/Changes PR: ports/164409 [1] Submitted by: Denis Pokataev <catone@cpan.org> (maintainer)
30 lines
637 B
Makefile
30 lines
637 B
Makefile
# New ports collection makefile for: p5-Event-Join
|
|
# Date created: 24 Mar 2010
|
|
# Whom: Denis Pokataev <catone@cpan.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Event-Join
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= catone@cpan.org
|
|
COMMENT= Join multiple "events" into one
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Event::Join.3
|
|
|
|
.include <bsd.port.mk>
|