blob: f72043523e94fd518add653e3e0fc7eaf85c5d13 (
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
25
|
# New ports collection makefile for: IPC-MMA
# Date created: 24 May 2011
# Whom: Peter Vereshagin <peter@vereshagin.org>
#
# $FreeBSD$
#
PORTNAME= IPC-MMA
PORTVERSION= 0.81
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= peter@vereshagin.org
COMMENT= Improved Perl interface to Ralf Engelschall's mm library
BUILD_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS
RUN_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS
LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm
PERL_CONFIGURE= yes
MAN3= IPC::MMA.3
.include <bsd.port.mk>
|