freebsd-ports/www/p5-CGI-Application-Plugin-ViewCode/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

27 lines
730 B
Makefile

# Created by: George Hartzell <hartzell@alerce.com>
# $FreeBSD$
PORTNAME= CGI-Application-Plugin-ViewCode
PORTVERSION= 1.02
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= View the source of the running application
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-CGI-Application>=0:www/p5-CGI-Application \
p5-CGI-Application-Plugin-Forward>=0:www/p5-CGI-Application-Plugin-Forward \
p5-Syntax-Highlight-Perl-Improved>=0:textproc/p5-Syntax-Highlight-Perl-Improved \
p5-Pod-Xhtml>=0:textproc/p5-Pod-Xhtml \
p5-Test-LongString>=0:devel/p5-Test-LongString
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>