freebsd-ports/www/p5-Apache-Admin-Config/Makefile
Dmitry Marakasov 160b9d77b1 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-02-16 09:00:50 +00:00

20 lines
371 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
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>