1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/p5-Config-ApacheFormat/Makefile
Sunpoet Po-Chuan Hsieh 83ac3f27f6 - Add LICENSE
- Pass maintainership to submitter
- While I'm here:
  - Fix *_DEPENDS: Scalar::Util is already in all supported Perl releases
  - Add missing RUN_DEPENDS
  - Bump PORTREVISION for dependency change

PR:		ports/189612
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:42:50 +00:00

24 lines
515 B
Makefile

# Created by: Martin Tournoij <carpetsmoker@gmail.com>
# $FreeBSD$
PORTNAME= Config-ApacheFormat
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Parse a configuration file in the same syntax as the Apache web server
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>