e13515f304
Approved by: portmgr@ (bapt@)
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# New ports collection makefile for: p5-Tie-ShareLite
|
|
# Date created: 21 Dec 2005
|
|
# Whom: jnlin@csie.nctu.edu.tw
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tie-ShareLite
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jnlin@csie.nctu.edu.tw
|
|
COMMENT= Tied hash interface to IPC::ShareLite
|
|
|
|
RUN_DEPENDS= p5-IPC-ShareLite>=0:${PORTSDIR}/devel/p5-IPC-ShareLite
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Tie::ShareLite.3
|
|
|
|
.include <bsd.port.mk>
|