freebsd-ports/textproc/p5-Apache-ParseLog/Makefile
Dmitry Marakasov 6dac3906b3 - Add LICENSE
- Add NO_ARCH
- Add WWW

Approved by:	portmgr blanket
2019-03-13 09:00:59 +00:00

21 lines
365 B
Makefile

# Created by: nork@FreeBSD.org
# $FreeBSD$
PORTNAME= Apache-ParseLog
PORTVERSION= 1.02
PORTREVISION= 1
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to parse Apache log files
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>