mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Fix dependency on p5-Class-Inspector [1]
- Use magic MASTER_SITES - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use versioned package dependencies PR: ports/101091 [1] Submitted by: chinsan <chinsan.tw@gmail.com>
This commit is contained in:
parent
e034601696
commit
76648d657d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169942
1 changed files with 5 additions and 5 deletions
|
@ -7,17 +7,17 @@
|
|||
|
||||
PORTNAME= Module-Pluggable
|
||||
PORTVERSION= 3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Module
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Automatically give your module the ability to have plugins
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-Inspector>0:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue