c090c5a6fb
Submitted by: az
27 lines
534 B
Makefile
27 lines
534 B
Makefile
# New ports collection makefile for: p5-HOP-Lexer
|
|
# Date created: 2010-03-04
|
|
# Whom: Steve Wills <steve@mouf.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HOP-Lexer
|
|
PORTVERSION= 0.032
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:OVID
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Higher Order Perl Lexer
|
|
|
|
BUILD_DEPENDS= p5-HOP-Stream>=0.01:${PORTSDIR}/devel/p5-HOP-Stream
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= HOP::Lexer.3 \
|
|
HOP::Lexer::Article.3
|
|
|
|
.include <bsd.port.mk>
|