freebsd-ports/devel/p5-HOP-Lexer/Makefile

22 lines
425 B
Makefile
Raw Normal View History

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= HOP-Lexer
PORTVERSION= 0.032
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OVID
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Higher Order Perl Lexer
2011-09-23 20:15:55 +02:00
BUILD_DEPENDS= p5-HOP-Stream>=0.01:${PORTSDIR}/devel/p5-HOP-Stream
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>