freebsd-ports/devel/p5-Tie-ShareLite/Makefile
Andrej Zverev e13515f304 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:07:27 +00:00

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>