mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
5f9356c79a
WWW: http://search.cpan.org/~mons/self-init-0.01/lib/self/init.pm PR: 136707 Submitted by: Andrey Kostenko <gugu@veda.park.rambler.ru>
23 lines
443 B
Makefile
23 lines
443 B
Makefile
# New ports collection makefile for: p5-self-init
|
|
# Date created: 2009-07-13
|
|
# Whom: Andrey Kostenko <andrey@kostenko.name>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= self-init
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/M/MO/MONS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= andrey@kostenko.name
|
|
COMMENT= Invoke package init methods at compile time
|
|
|
|
MAN3= self::init.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|