14 lines
185 B
Makefile
14 lines
185 B
Makefile
|
COMMENT= Manipulate simple date objects
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME = Date-Simple-3.03
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 2
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|