mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
e1bbea48d2
- Makefile cleanup PR: ports/131115 Submitted by: Vladimir Perepelitsa <mons@cpan.org> (maintainer)
22 lines
361 B
Makefile
22 lines
361 B
Makefile
# New ports collection makefile for: p5-ex-lib
|
|
# Date created: 2009-01-23
|
|
# Whom: Mons Anderson <mons@cpan.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ex-lib
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
COMMENT= Relative use lib in absolute way
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ex::lib.3
|
|
|
|
.include <bsd.port.mk>
|