mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8e5b3f1357
Approved by: portmgr (blanket)
27 lines
647 B
Makefile
27 lines
647 B
Makefile
# 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
|
|
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IPC::MMA.3
|
|
|
|
.include <bsd.port.mk>
|