mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# New ports collection makefile for: Apache::Reload
|
|
# Date created: 15 Jan 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Apache-Reload
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Reload changed modules
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Apache::Reload.3
|
|
|
|
.include <bsd.port.mk>
|