View | Details | Raw Unified | Return to bug 198412
Collapse All | Expand All

(-)devel/p5-File-DesktopEntry/Makefile (-5 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	File-DesktopEntry
4
PORTNAME=	File-DesktopEntry
5
PORTVERSION=	0.05
5
PORTVERSION=	0.08
6
PORTREVISION=	1
7
CATEGORIES=	devel perl5
6
CATEGORIES=	devel perl5
8
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 11-21 Link Here
11
MAINTAINER=	acm@FreeBSD.org
10
MAINTAINER=	acm@FreeBSD.org
12
COMMENT=	Object to handle desktop files
11
COMMENT=	Object to handle desktop files
13
12
14
BUILD_DEPENDS=	p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
13
LICENSE=	ART10 GPLv1
15
		p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
14
LICENSE_COMB=	dual
15
16
BUILD_DEPENDS=	p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
16
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
18
18
USES=		perl5
19
USES=		perl5
19
USE_PERL5=	modbuild
20
USE_PERL5=	configure
20
21
21
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/p5-File-DesktopEntry/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (File-DesktopEntry-0.05.tar.gz) = 21c5f6422fe0c21a4e42bab2a8e24be41b11c6a7f95723b6e3999d80800a65d9
1
SHA256 (File-DesktopEntry-0.08.tar.gz) = 1e51b962f21fb9ce31df88210e305605f48f595845eed536c1f049cf0de09486
2
SIZE (File-DesktopEntry-0.05.tar.gz) = 16623
2
SIZE (File-DesktopEntry-0.08.tar.gz) = 14273
(-)devel/p5-File-DesktopEntry/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This module is used to work with .desktop files. The format of these files is
1
This module is used to work with .desktop files. The format of these files is
2
specified by the freedesktop "Desktop Entry" specification.
2
specified by the freedesktop "Desktop Entry" specification.
3
3
4
WWW:	http://search.cpan.org/dist/File-DesktopEntry/
4
WWW: http://search.cpan.org/dist/File-DesktopEntry/

Return to bug 198412