1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/p5-self-init/Makefile

24 lines
491 B
Makefile

# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
PORTNAME= self-init
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MONS
PKGNAMEPREFIX= p5-
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-ex-lib>=0:${PORTSDIR}/devel/p5-ex-lib
MAINTAINER= perl@FreeBSD.org
COMMENT= Invoke package init methods at compile time
MAN3= self::init.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>