mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
22 lines
374 B
Makefile
22 lines
374 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
|
|
|
|
MAN3= ex::lib.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|