- Update *_DEPENDS

- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE
- Remove obsoleted MANPREFIX
- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-03 07:13:15 +00:00
parent d23509afec
commit 2f3564f8a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376104

View file

@ -3,7 +3,7 @@
PORTNAME= X11-IdleTime
PORTVERSION= 0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -11,8 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that reports number of seconds that X11 has been idle
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
p5-version>=0:${PORTSDIR}/devel/p5-version
p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
@ -21,8 +24,6 @@ USE_XORG= x11 xscrnsaver
USES= perl5
USE_PERL5= configure patch
MANPREFIX= ${PREFIX}/${SITE_PERL_REL}
post-patch:
.for i in IdleTime.pm
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/${i}