mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# New ports collection makefile for: devel/p5-version
|
|
# Date created: Aug 27 2003
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= version
|
|
PORTVERSION= 0.78
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/J/JP/JPEACOCK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Perl extension for Version Objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= version.3 version::Internals.3
|
|
|
|
.include <bsd.port.mk>
|