b1b8c2a1fa
Approved by: portmgr (blanket infrastructure)
16 lines
302 B
Makefile
16 lines
302 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-Shareable
|
|
PORTVERSION= 0.61
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Share Perl variables between processes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|