blob: 87080adc522f0d13f95b879ef28acd38a77104e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-Maypole-Component
# Date created: Aug 26 2004
# Whom: Marc G. Fournier
#
# $FreeBSD$
PORTNAME= Maypole-Component
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/
PKGNAMEPREFIX= p5-
MAINTAINER= scrappy@FreeBSD.org
COMMENT= Run Maypole sub-requests as components
PERL_CONFIGURE= yes
MAN3= Maypole::Component.3
.include <bsd.port.mk>
|