freebsd-ports/devel/p5-Tie-ShareLite/Makefile
Jun Kuriyama 935c866afb - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).

Approved by:	portmgr (itetcu)
2010-01-28 04:53:50 +00:00

24 lines
508 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= ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite
PERL_CONFIGURE= yes
MAN3= Tie::ShareLite.3
.include <bsd.port.mk>