2000-09-06 18:02:18 +02:00
|
|
|
# New ports collection makefile for: p5-IPC-Shareable
|
|
|
|
# Date created: May 25th 2000
|
2007-03-30 22:35:18 +02:00
|
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
2000-09-06 18:02:18 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IPC-Shareable
|
2001-03-13 15:55:13 +01:00
|
|
|
PORTVERSION= 0.60
|
2008-02-26 08:32:40 +01:00
|
|
|
PORTREVISION= 1
|
2000-09-06 18:02:18 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-02-26 08:32:40 +01:00
|
|
|
MASTER_SITES= CPAN
|
2000-09-06 18:02:18 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-08-19 10:01:34 +02:00
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Share Perl variables between processes
|
2000-09-06 18:02:18 +02:00
|
|
|
|
2004-01-05 19:20:34 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-09-06 18:02:18 +02:00
|
|
|
|
2000-09-09 11:59:54 +02:00
|
|
|
MAN3= IPC::Shareable.3 IPC::Shareable::SharedMem.3
|
2000-09-06 18:02:18 +02:00
|
|
|
|
2008-02-26 08:32:40 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|