openbsd-ports/devel/p5-Data-VString/Makefile
sthen 58748f13ec import p5-Data-VString
Version Strings (v-strings) in base Perl have been deprecated and
will not be available after Perl 5.8.

This module revives them as a simple module implementation.
Version strings are well suited in many version "numbering" schemes
and straightforward (if you always remember they are not numbers).

ok simon@
2007-10-25 21:58:38 +00:00

15 lines
322 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:58:38 sthen Exp $
COMMENT= handle v-strings (often used as version strings)
MODULES= cpan
DISTNAME= Data-VString-0.000004
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>