blob: 6658699775696cb1327603c7e6c44ac5b7604961 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|