mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
a680db3046
PR: 136961 Submitted by: Mons Anderson <mons@cpan.org> (maintainer)
24 lines
421 B
Makefile
24 lines
421 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.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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ex::lib.3
|
|
|
|
.include <bsd.port.mk>
|