13 lines
199 B
Makefile
13 lines
199 B
Makefile
|
COMMENT= handle v-strings (often used as version strings)
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Data-VString-0.000004
|
||
|
REVISION= 1
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|