mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
21 lines
362 B
Makefile
21 lines
362 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-MM
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl interface to Ralf Engelschall's mm library
|
|
|
|
LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= IPC::MM.3
|
|
|
|
.include <bsd.port.mk>
|