b0e84f0bc2
Approved By: pgollucci (mentor)
23 lines
436 B
Makefile
23 lines
436 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
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/O/OV/OVID
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Higher Order Perl Lexer
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= HOP::Lexer.3 \
|
|
HOP::Lexer::Article.3
|
|
|
|
.include <bsd.port.mk>
|