24 lines
490 B
Makefile
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>
|