20 lines
359 B
Makefile
20 lines
359 B
Makefile
# Created by: Anton Berezin <tobez@tobez.org>
|
|
|
|
PORTNAME= Apache-Admin-Config
|
|
PORTVERSION= 0.95
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to manipulate Apache configuration files
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure patch
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|