blob: 2b7fb270dab363d069c548ce6a1c011bdfe0d759 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Join multiple "events" into one
RUN_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= Event::Join.3
.include <bsd.port.mk>
|