1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-ex-lib/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

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>