- 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)
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-DesktopEntry
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Object to handle desktop files
|
|
|
|
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= configure
|
|
|
|
.include <bsd.port.mk>
|