freebsd-ports/devel/p5-ex-lib/Makefile
Martin Wilke 6f70a5ba24 - Update to 0.05
PR:		132583
Submitted by:	Vladimir Perepelitsa <mons@cpan.org> (maintainer)
2009-03-12 19:26:46 +00:00

24 lines
490 B
Makefile

# New ports collection makefile for: p5-ex-lib
# Date created: 2009-01-23
# Whom: Mons Anderson <mons@cpan.org>
#
# $FreeBSD$
#
PORTNAME= ex-lib
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mons@cpan.org
COMMENT= Relative use lib in absolute way
RUN_DEPENDS= p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
BUILD_DEPENDS= p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
PERL_CONFIGURE= yes
MAN3= ex::lib.3
.include <bsd.port.mk>