3feb4c1388
- Pass maintainership to submitter - While I'm here, remove Author line PR: ports/183741 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
27 lines
693 B
Makefile
27 lines
693 B
Makefile
# Created by: ports@c0decafe.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gtk2-Ex-PodViewer
|
|
PORTVERSION= 0.18
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Displays plain old documentation
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
|
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
|
p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \
|
|
p5-Gtk2-Ex-Simple-List>=0.50:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List \
|
|
p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|