1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/p5-Maypole-Component/Makefile
Andrej Zverev 0b33031e83 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 13:20:15 +00:00

26 lines
577 B
Makefile

# 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= CPAN
MASTER_SITE_SUBDIR= CPAN:SIMON
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Run Maypole sub-requests as components
PERL_CONFIGURE= yes
MAN3= Maypole::Component.3
post-patch:
@${PERL} -pi -e 's/use 5.006/use 5.005/' ${WRKSRC}/Makefile.PL
@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/Component.pm
.include <bsd.port.mk>