aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-MM/Makefile
blob: 219ef31e5a6fb83b1a22da8b40b34b9e53abd3ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	IPC-MM
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to Ralf Engelschall's mm library

LIB_DEPENDS=	libmm.so:devel/mm

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>