freebsd-ports/devel/p5-File-DesktopEntry/Makefile
Sunpoet Po-Chuan Hsieh 9672f94525 - 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)
2015-03-28 14:42:10 +00:00

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>