freebsd-ports/devel/p5-File-DesktopEntry/Makefile
Jose Alonso Cardenas Marquez 4c11a2026a - Update to 0.04
- Use PERL_MODBUILD instead of PERL_CONFIGURE
2007-12-22 07:04:27 +00:00

24 lines
581 B
Makefile

# New ports collection makefile for: p5-File-DesktopEntry
# Date created: 2006-05-31
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTNAME= File-DesktopEntry
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARDUS/${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= acm@FreeBSD.org
COMMENT= Object to handle desktop files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
PERL_MODBUILD= yes
MAN3= File::DesktopEntry.3
.include <bsd.port.mk>