58748f13ec
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@
15 lines
322 B
Makefile
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>
|