mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
365f70a6aa
Approved by: portmgr (blanket infrastructure)
19 lines
342 B
Makefile
19 lines
342 B
Makefile
# Created by: Mons Anderson <mons@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ex-lib
|
|
PORTVERSION= 0.90
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
COMMENT= Relative use lib in absolute way
|
|
|
|
RUN_DEPENDS= p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|