dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
30 lines
857 B
Makefile
30 lines
857 B
Makefile
# New ports collection makefile for: p5-ZConf-Runner
|
|
# Date created: 2009-01-14
|
|
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ZConf-Runner
|
|
PORTVERSION= 2.1.4
|
|
CATEGORIES= deskutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Run a file using a choosen methode, desktop entry or mimetype
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
|
|
${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
|
|
${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
|
|
${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
|
|
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ZConf::Runner.3 \
|
|
ZConf::Runner::GUI.3 \
|
|
ZConf::Runner::GUI::Curses.3
|
|
|
|
.include <bsd.port.mk>
|