mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
166cfa589c
which a project depends on. WWW: http://search.cpan.org/dist/Project-Libs/
20 lines
381 B
Makefile
20 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Project-Libs
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to add module directories of a project into @INC
|
|
|
|
RUN_DEPENDS= \
|
|
p5-FindBin-libs>0:${PORTSDIR}/devel/p5-FindBin-libs
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|