mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 0.08
- Add LICENSE - Fix *_DEPENDS: File::Spec is already in all supported Perl releases - Use single space after WWW: Changes: http://search.cpan.org/dist/File-DesktopEntry/Changes PR: 198412 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 20 days)
This commit is contained in:
parent
7e48c84c90
commit
9672f94525
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382490
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= File-DesktopEntry
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,11 +10,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Object to handle desktop files
|
||||
|
||||
BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
|
||||
p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (File-DesktopEntry-0.05.tar.gz) = 21c5f6422fe0c21a4e42bab2a8e24be41b11c6a7f95723b6e3999d80800a65d9
|
||||
SIZE (File-DesktopEntry-0.05.tar.gz) = 16623
|
||||
SHA256 (File-DesktopEntry-0.08.tar.gz) = 1e51b962f21fb9ce31df88210e305605f48f595845eed536c1f049cf0de09486
|
||||
SIZE (File-DesktopEntry-0.08.tar.gz) = 14273
|
||||
|
@ -1,4 +1,4 @@
|
||||
This module is used to work with .desktop files. The format of these files is
|
||||
specified by the freedesktop "Desktop Entry" specification.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-DesktopEntry/
|
||||
WWW: http://search.cpan.org/dist/File-DesktopEntry/
|
||||
|
Loading…
Reference in New Issue
Block a user